Bug 1131465 - Use tc-vcs to clone gecko outside of mozharness in emulator builds r=me a=taskcluster-only

--HG--
extra : rebase_source : 68802303c91b1383572d1397318e2149144f92f1
extra : histedit_source : cdaa1c1cb827cbe49ddfa0d771993accb1457990
This commit is contained in:
jlal@mozilla.com 2015-02-09 23:54:54 -08:00
parent bc354dd593
commit 2069e0c923
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
0.3.1
0.3.2

View File

@ -26,6 +26,9 @@ 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
# Ensure we update gecko prior to invoking mozharness so commits match up
# initially between manifest and gecko tree...
pull-gecko.sh $OBJDIR/B2G/gecko
debug_flag=""
if [ 0$B2G_DEBUG -ne 0 ]; then