зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1753047 - [taskgraph] Use hardcoded values for default 'base_repository' and 'head_repository' parameters, r=releng-reviewers,jmaher,aki
Differential Revision: https://phabricator.services.mozilla.com/D137571
This commit is contained in:
Родитель
07cb601a36
Коммит
233e7b6d3e
|
@ -65,7 +65,9 @@ def get_defaults(repo_root=None):
|
|||
return {
|
||||
"app_version": get_app_version(),
|
||||
"backstop": False,
|
||||
"base_repository": "https://hg.mozilla.org/mozilla-unified",
|
||||
"build_number": 1,
|
||||
"head_repository": "https://hg.mozilla.org/mozilla-central",
|
||||
"hg_branch": "default",
|
||||
"message": "",
|
||||
"next_version": None,
|
||||
|
|
Загрузка…
Ссылка в новой задаче