mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
bc354dd593
commit
2069e0c923
@ -1 +1 @@
|
||||
0.3.1
|
||||
0.3.2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user