Bug 1132348 - Add missing executable for decision tasks from builder r=me a=taskcluster-only

--HG--
extra : rebase_source : 0386e7939bef58c49c0704997d1bccd643587899
This commit is contained in:
jlal@mozilla.com 2015-02-11 21:22:45 -08:00
parent 4c36c24f4b
commit d73748a7b6

View File

@ -0,0 +1,17 @@
#! /bin/bash -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 "At revision: $(tc-vcs revision $DEST)"
cd $DEST