mirror of
https://github.com/roytam1/basilisk55.git
synced 2026-05-29 07:17:05 +00:00
12 lines
328 B
Bash
12 lines
328 B
Bash
# Fetch a tooltool manifest.
|
|
|
|
cd $HOME/workspace/build/src
|
|
|
|
chmod +x taskcluster/docker/recipes/tooltool.py
|
|
: TOOLTOOL_CACHE ${TOOLTOOL_CACHE:=/home/worker/tooltool-cache}
|
|
export TOOLTOOL_CACHE
|
|
|
|
./taskcluster/docker/recipes/tooltool.py --url=http://relengapi/tooltool/ -m "${TOOLTOOL_MANIFEST}" fetch
|
|
|
|
cd $OLDPWD
|