Skip to content

Commit

Permalink
Bug 1130327: Update phone-builder to use builder image 0.2.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wander Lairson Costa committed Feb 10, 2015
1 parent 09da804 commit b3a99e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/docker/phone-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/mozilla/builder:0.0.29
FROM quay.io/mozilla/builder:0.2.6
MAINTAINER Wander Lairson Costa <[email protected]>

# Add utilities and configuration
Expand Down
2 changes: 1 addition & 1 deletion testing/docker/phone-builder/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.7
0.0.8
2 changes: 2 additions & 0 deletions testing/docker/phone-builder/bin/build-phone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ if [ ! -d $OBJDIR ]; then
mkdir -p $OBJDIR
fi

# Figure out where the remote manifest is so we can use caches for it.
MANIFEST=$(repository-url.py $GECKO_HEAD_REPOSITORY $GECKO_HEAD_REV b2g/config/$TARGET/sources.xml)
tc-vcs repo-checkout $OBJDIR/B2G https://git.mozilla.org/b2g/B2G.git $MANIFEST

debug_flag=""
Expand Down

0 comments on commit b3a99e4

Please sign in to comment.