Backed out changeset 38acabd3b5b8 (bug 1507360) for causing tasks that run in docker to fail CLOSED TREE

This commit is contained in:
Ciure Andrei 2018-12-05 04:39:31 +02:00
Родитель 8256078237
Коммит 6918b83537
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -699,7 +699,6 @@ def main(args):
os.environ['GECKO_HEAD_REPOSITORY'],
args.vcs_checkout,
os.environ['HG_STORE_PATH'],
fetch_hgfingerprint=args.fetch_hgfingerprint,
base_repo=base_repo,
revision=os.environ.get('GECKO_HEAD_REV'),
branch=os.environ.get('GECKO_HEAD_REF'),
@ -714,7 +713,6 @@ def main(args):
vcs_checkout('https://hg.mozilla.org/build/tools',
args.tools_checkout,
os.environ['HG_STORE_PATH'],
fetch_hgfingerprint=args.fetch_hgfingerprint,
# Always check out the latest commit on default branch.
# This is non-deterministic!
branch='default')
@ -730,7 +728,6 @@ def main(args):
os.environ['COMM_HEAD_REPOSITORY'],
args.comm_checkout,
os.environ['HG_STORE_PATH'],
fetch_hgfingerprint=args.fetch_hgfingerprint,
base_repo=base_repo,
revision=os.environ.get('COMM_HEAD_REV'),
branch=os.environ.get('COMM_HEAD_REF'))