Update release config for Firefox-37.0b2-build1
authorffxbld
Mon, 02 Mar 2015 18:58:09 -0800 (2015-03-03)
changeset 11904 781c1fa0632c1b415fe5768af773b84d051aab6d
parent 11901 92db734c07042d50dc96ed8d5dd2aca9433abe93
child 11905 d0e223200a5be958e0fbad9a1c52cf99fb7ae8ab
push id8640
push userffxbld
push dateTue, 03 Mar 2015 02:59:15 +0000 (2015-03-03)
Update release config for Firefox-37.0b2-build1
mozilla/l10n-changesets_mozilla-beta
mozilla/release-firefox-mozilla-beta.py
--- a/mozilla/l10n-changesets_mozilla-beta
+++ b/mozilla/l10n-changesets_mozilla-beta
@@ -19,17 +19,17 @@ de	d1acf8ee88de
 dsb	84ab9537d71c
 el	22b959c9a739
 en-GB	baafa8ae5a23
 en-ZA	720d9153b07b
 eo	e9724c6eb8c0
 es-AR	0a3ec2750ed2
 es-CL	777e3ec595fc
 es-ES	0883f5d6f37f
-es-MX	b7f733554467
+es-MX	578be77fcbfb
 et	66847d761354
 eu	9e1cf483d9b5
 fa	189c4346605f
 ff	3a7e8b393a23
 fi	d783dd22dcd7
 fr	3dba78643ab1
 fy-NL	03fc810b4fef
 ga-IE	37f950d5bfe5
--- a/mozilla/release-firefox-mozilla-beta.py
+++ b/mozilla/release-firefox-mozilla-beta.py
@@ -5,61 +5,61 @@
 # editing the .template instead. This file should only by edited directly if
 # you're starting a release without Release Kickoff. You have been warned.
 releaseConfig = {}
 releaseConfig['disable_tinderbox_mail'] = True
 releaseConfig['base_clobber_url'] = 'https://api.pub.build.mozilla.org/clobberer/forceclobber'
 
 # Release Notification
 releaseConfig['AllRecipients']       = ['<release+releasespam@mozilla.com>',
-                                        '<release-mgmt@mozilla.com>',
+                                        '<release-automation-notifications@mozilla.com>',
                                         '<qa-drivers@mozilla.com>']
-releaseConfig['ImportantRecipients'] = ['<release-automation-notifications@mozilla.com>',]
+releaseConfig['ImportantRecipients'] = ['<release-drivers@mozilla.org>',]
 releaseConfig['AVVendorsRecipients'] = ['<av-vendor-release-announce@mozilla.org>',]
 releaseConfig['releaseTemplates']    = 'release_templates'
 releaseConfig['messagePrefix']       = '[release] '
 
 # Basic product configuration
 #  Names for the product/files
 releaseConfig['productName']         = 'firefox'
 releaseConfig['stage_product']       = 'firefox'
 releaseConfig['appName']             = 'browser'
 #  Current version info
-releaseConfig['version']             = '37.0b1'
+releaseConfig['version']             = '37.0b2'
 releaseConfig['appVersion']          = '37.0'
 releaseConfig['milestone']           = releaseConfig['appVersion']
 releaseConfig['buildNumber']         = 1
-releaseConfig['baseTag']             = 'FIREFOX_37_0b1'
+releaseConfig['baseTag']             = 'FIREFOX_37_0b2'
 releaseConfig['partialUpdates']      = {
 
     '36.0b10': {
         'appVersion': '36.0',
         'buildNumber': 1,
         'baseTag': 'FIREFOX_36_0b10',
     },
 
-    '36.0b9': {
-        'appVersion': '36.0',
+    '37.0b1': {
+        'appVersion': '37.0',
         'buildNumber': 1,
-        'baseTag': 'FIREFOX_36_0b9',
+        'baseTag': 'FIREFOX_37_0b1',
     },
 
 }
 # win64 support
-releaseConfig['HACK_first_released_version'] = {'win64': '37.0b1'}
+releaseConfig['HACK_first_released_version'] = {'win64': '37.0b2'}
 
 #  Next (nightly) version info
 releaseConfig['nextAppVersion']      = releaseConfig['appVersion']
 releaseConfig['nextMilestone']       = releaseConfig['milestone']
 #  Repository configuration, for tagging
 releaseConfig['sourceRepositories']  = {
     'mozilla': {
         'name': 'mozilla-beta',
         'path': 'releases/mozilla-beta',
-        'revision': '192f6746dc45',
+        'revision': '7b3c7ba30dfe',
         'relbranch': None,
         'bumpFiles': {
             'browser/config/version.txt': {
                 'version': releaseConfig['appVersion'],
                 'nextVersion': releaseConfig['nextAppVersion']
             },
             'config/milestone.txt': {
                 'version': releaseConfig['milestone'],
@@ -76,18 +76,17 @@ releaseConfig['l10nRevisionFile']    = '
 releaseConfig['otherReposToTag']     = {
     'build/compare-locales': 'RELEASE_AUTOMATION',
     'build/buildbot': 'production-0.8',
     'build/partner-repacks': 'default',
     'build/mozharness': 'production',
 }
 
 # Platform configuration
-# TODO: add win64 before 37.0b1
-releaseConfig['enUSPlatforms']       = ('linux', 'linux64', 'win32', 'macosx64')
+releaseConfig['enUSPlatforms']       = ('linux', 'linux64', 'win32', 'macosx64', 'win64')
 releaseConfig['notifyPlatforms']     = releaseConfig['enUSPlatforms']
 releaseConfig['talosTestPlatforms']  = ()
 releaseConfig['xulrunnerPlatforms']  = releaseConfig['enUSPlatforms']
 
 # Unittests
 releaseConfig['unittestPlatforms']   = ()
 releaseConfig['enableUnittests']     = False
 
@@ -114,31 +113,31 @@ releaseConfig['releaseNotesUrl']     = N
 releaseConfig['testOlderPartials']   = False
 releaseConfig['promptWaitTime']      = None
 releaseConfig['updateVerifyChunks']  = 6
 releaseConfig['verifyConfigs']       = {
     'linux':  'mozBeta-firefox-linux.cfg',
     'linux64':  'mozBeta-firefox-linux64.cfg',
     'macosx64': 'mozBeta-firefox-mac64.cfg',
     'win32':  'mozBeta-firefox-win32.cfg',
-    #'win64':  'mozBeta-firefox-win64.cfg',
+    'win64':  'mozBeta-firefox-win64.cfg',
 }
 releaseConfig['mozconfigs']          = {
     'linux': 'browser/config/mozconfigs/linux32/beta',
     'linux64': 'browser/config/mozconfigs/linux64/beta',
     'macosx64': 'browser/config/mozconfigs/macosx-universal/beta',
     'win32': 'browser/config/mozconfigs/win32/beta',
-    #'win64': 'browser/config/mozconfigs/win64/beta',
+    'win64': 'browser/config/mozconfigs/win64/beta',
 }
 releaseConfig['xulrunner_mozconfigs']          = {
     'linux': 'xulrunner/config/mozconfigs/linux32/xulrunner',
     'linux64': 'xulrunner/config/mozconfigs/linux64/xulrunner',
     'macosx64': 'xulrunner/config/mozconfigs/macosx-universal/xulrunner',
     'win32': 'xulrunner/config/mozconfigs/win32/xulrunner',
-    #'win64': 'xulrunner/config/mozconfigs/win64/xulrunner',
+    'win64': 'xulrunner/config/mozconfigs/win64/xulrunner',
 }
 releaseConfig['releaseChannel']        = 'beta'
 releaseConfig['releaseChannelRuleIds'] = [32]
 releaseConfig['localTestChannel']      = 'beta-localtest'
 releaseConfig['cdnTestChannel']        = 'beta-cdntest'
 releaseConfig['testChannelRuleIds']    = [25,45]
 
 # Partner repack configuration