Bug 1534283 - use default parameters for mach try fuzzy r=tomprince

Differential Revision: https://phabricator.services.mozilla.com/D23225
This commit is contained in:
Dustin J. Mitchell
2019-03-14 19:32:05 +00:00
parent 3b1bd056ef
commit 1bd9d56a51
3 changed files with 2 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ def get_app_version(product_dir='browser'):
# Please keep this list sorted and in sync with taskcluster/docs/parameters.rst
# Parameters are of the form: {name: default}
# Parameters are of the form: {name: default} or {name: lambda: default}
PARAMETERS = {
'app_version': get_app_version(),
'base_repository': 'https://hg.mozilla.org/mozilla-unified',