Skip to content

Commit

Permalink
Add tooltool manifest for b2g builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Arndt committed Nov 4, 2014
1 parent 7f37b80 commit 07a77e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions testing/docker/builder/bin/build-b2g-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ cd $gecko_dir
hg pull -r $REVISION $REPOSITORY;
hg update $REVISION;

### Retrieve and install latest tooltool manifest
tooltool=/home/worker/tools/tooltool.py
manifest=b2g/config/tooltool-manifests/linux64/releng.manifest
tooltool_url=http://tooltool.pub.build.mozilla.org/temp-sm-stuff

python $tooltool --url $tooltool_url --overwrite -m $manifest fetch -c $TOOLTOOL_CACHE
chmod +x setup.sh
./setup.sh

### Clone gaia
if [ ! -d "$gaia_dir" ]; then
create_parent_dir $gaia_dir
Expand Down

0 comments on commit 07a77e4

Please sign in to comment.