Bug 1130327: Update phone-builder to use builder image 0.2.6.

This commit is contained in:
Wander Lairson Costa 2015-02-10 17:36:18 -02:00
parent afc10ea906
commit 8c4eec35de
3 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/mozilla/builder:0.0.29
FROM quay.io/mozilla/builder:0.2.6
MAINTAINER Wander Lairson Costa <wcosta@mozilla.com>
# Add utilities and configuration

View File

@ -1 +1 @@
0.0.7
0.0.8

View File

@ -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=""