Bug 1262289 - jamun release_channels_mappings should be release_channel_mappings, r?nthomas draft
authorJordan Lund <jlund@mozilla.com>
Tue, 05 Apr 2016 15:14:49 -0700
changeset 14000 9ff3131368e6c414c313a8cc80468ed87210b015
parent 13999 b5f112541e1ebf387cc3ebf53e847104e8a95c01
push id48
push userjlund@mozilla.com
push dateTue, 05 Apr 2016 22:14:58 +0000
reviewersnthomas
bugs1262289
Bug 1262289 - jamun release_channels_mappings should be release_channel_mappings, r?nthomas fixes typo so that the keyname matches what is to be expected. see releaserunner error: 2016-04-05 14:51:59,623 - DEBUG - Releasing lock: /builds/releaserunner/tools/buildfarm/release/.release-runner.lock Traceback (most recent call last): File "release-runner.py", line 667, in <module> main(options) File "release-runner.py", line 546, in main release_channels = update_channels(release["version"], branchConfig["release_channel_mappings"]) KeyError: 'release_channel_mappings' MozReview-Commit-ID: GInFJgtVeYD
mozilla/project_branches.py
--- a/mozilla/project_branches.py
+++ b/mozilla/project_branches.py
@@ -290,17 +290,17 @@ PROJECT_BRANCHES = {
         'pgo_strategy': 'per-checkin',
         'enable_release_promotion': True,
         'build_tools_repo_path': 'users/raliiev_mozilla.com/tools',
         'partners_repo_path': 'build/partner-repacks',
         'partner_repack_platforms': ('linux', 'linux64', 'win32', 'win64', 'macosx64'),
         "release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
         "l10n_release_platforms": ("linux", "linux64", "win32", "win64", "macosx64"),
         "single_locale_branch_config": "dev-mozilla-release",
-        "release_channels_mappings": [
+        "release_channel_mappings": [
             [r"^\d+\.0$", ["beta-dev", "release-dev"]],  # RC, 45.0
             [r"^\d+\.\d+\.\d+$", ["release-dev"]],  # Other (dot releaseas), 45.0.4
         ],
         # TODO - define only one place that dictates which channels require mirrors.
         # in other words - pass this to releasetasks mozharness updates.py call in task def and
         # remove mozharness config's 'requires_mirrors' item.
         "mirror_requiring_channels": ['release-dev'],
         # temp balrog