mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 1931817 - Fix missing host issue in periodic_file_updates.sh when cloning the repository. r=releng-reviewers,jcristau
Differential Revision: https://phabricator.services.mozilla.com/D229628
This commit is contained in:
parent
89208fb799
commit
540e9a047b
@ -47,6 +47,8 @@ DO_MOBILE_EXPERIMENTS=false
|
||||
DO_CT_LOGS=false
|
||||
|
||||
CLONE_REPO=true
|
||||
HGHOST="hg.mozilla.org"
|
||||
STAGEHOST="archive.mozilla.org"
|
||||
|
||||
USE_MC=false
|
||||
USE_TC=true
|
||||
@ -134,8 +136,6 @@ TESTS_ARCHIVE="target.common.tests.tar.gz"
|
||||
PLATFORM_EXT="tar.bz2"
|
||||
UNPACK_CMD="tar jxf"
|
||||
COMMIT_AUTHOR='ffxbld <ffxbld@mozilla.com>'
|
||||
HGHOST="hg.mozilla.org"
|
||||
STAGEHOST="archive.mozilla.org"
|
||||
WGET="wget -nv"
|
||||
UNTAR="tar -zxf"
|
||||
DIFF="$(command -v diff) -u"
|
||||
|
Loading…
x
Reference in New Issue
Block a user