Bug 1127591, update rule id for firefox release channel, r=bhearsum
authorNick Thomas <nthomas@mozilla.com>
Wed, 08 Apr 2015 11:09:28 +1200 (2015-04-07)
changeset 12140 6882eafccffc34ff69a459f30a712ce9344adcf2
parent 12139 5e967078c0a756402a55b59ce23d809acbf8f97f
child 12141 9103dc2b82aee5e7cf02282f8b5576c4ed969484
push id8784
push usernthomas@mozilla.com
push dateTue, 07 Apr 2015 23:09:47 +0000 (2015-04-07)
reviewersbhearsum
bugs1127591
Bug 1127591, update rule id for firefox release channel, r=bhearsum
mozilla/release-firefox-mozilla-release.py.template
--- a/mozilla/release-firefox-mozilla-release.py.template
+++ b/mozilla/release-firefox-mozilla-release.py.template
@@ -122,17 +122,17 @@ releaseConfig['xulrunner_mozconfigs']   
     'macosx64': 'xulrunner/config/mozconfigs/macosx-universal/xulrunner',
     'win32': 'xulrunner/config/mozconfigs/win32/xulrunner',
     #'win64': 'xulrunner/config/mozconfigs/win64/xulrunner',
 }
 releaseConfig["releaseChannel"] = "release"
 releaseConfig['updateChannels'] = {
     "release": {
         "versionRegex": r"^\d+\.\d+(\.\d+)?$",
-        "ruleId": 33,
+        "ruleId": 145,
         "patcherConfig": "mozRelease-branch-patcher2.cfg",
         "localTestChannel": "release-localtest",
         "cdnTestChannel": "release-cdntest",
         "verifyConfigs": {
             "linux":  "mozRelease-firefox-linux.cfg",
             "linux64":  "mozRelease-firefox-linux64.cfg",
             "macosx64": "mozRelease-firefox-mac64.cfg",
             "win32":  "mozRelease-firefox-win32.cfg",