Bug 1127591, update rule id for firefox release channel, r=bhearsum
--- 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",