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:
Andrew Halberstadt 2022-02-02 14:59:00 +00:00
Родитель 07cb601a36
Коммит 233e7b6d3e
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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,