Bug 1148941 - Use set in decision task vcs pull r=auswerk

--HG--
extra : rebase_source : bfb0dd35c675649684d8e73f0b581bf5b2ad414d
This commit is contained in:
jlal@mozilla.com 2015-06-16 14:58:39 -07:00
parent dca0017a8d
commit 8e18b5dd38
4 changed files with 23 additions and 3 deletions

View File

@ -1 +1 @@
0.5.5
0.6.0

View File

@ -0,0 +1,20 @@
set -ex
DEST=/home/worker/source/gecko
test $GECKO_BASE_REPOSITORY # e.g. https://hg.mozilla.org/mozilla-central
test $GECKO_HEAD_REPOSITORY # e.g. https://hg.mozilla.org/try
test $GECKO_HEAD_REF # <cset>
test $GECKO_HEAD_REV # <cset>
tc-vcs checkout $DEST \
$GECKO_BASE_REPOSITORY \
$GECKO_HEAD_REPOSITORY \
$GECKO_HEAD_REV \
$GECKO_HEAD_REF
echo $?
echo "At revision: $(tc-vcs revision $DEST)"
cd $DEST

View File

@ -54,7 +54,7 @@ tasks:
# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the version
image: 'quay.io/mozilla/builder:0.3.0'
image: 'taskcluster/builder:0.6.0'
# Virtually no network or other potentially risky operations happen as part
# of the task timeout aside from the initial clone. We intentionally have

View File

@ -59,7 +59,7 @@ tasks:
# Note: This task is built server side without the context or tooling that
# exist in tree so we must hard code the version
image: 'quay.io/mozilla/builder:0.5.0'
image: 'taskcluster/builder:0.6.0'
# Virtually no network or other potentially risky operations happen as part
# of the task timeout aside from the initial clone. We intentionally have