Bug 1190227 - Send Thunderbird release-automation mail to a different list, r=rail (test it's working)
authorNick Thomas <nthomas@mozilla.com>
Mon, 03 Aug 2015 10:55:07 +1200 (2015-08-02)
changeset 12732 ad927f669a52e199b76b40f91a3489e2e40edb6a
parent 12731 f5b91eb5d659bf3105c567a4b856f2a2aa1305d3
child 12733 4f487dec7e11e4c8dfff585e96d9897258d485d7
child 12734 c7394abf3d9dd33cb1739b3ebe6db9fdcc8f4c3b
push id9102
push usernthomas@mozilla.com
push dateSun, 02 Aug 2015 22:55:58 +0000 (2015-08-02)
reviewersrail
bugs1190227
Bug 1190227 - Send Thunderbird release-automation mail to a different list, r=rail (test it's working)
mozilla/release-thunderbird-comm-beta.py
--- a/mozilla/release-thunderbird-comm-beta.py
+++ b/mozilla/release-thunderbird-comm-beta.py
@@ -4,17 +4,17 @@
 # or changing options as part of release automation changes you should be
 # 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-automation-notifications@mozilla.com>', '<thunderbird-drivers@mozilla.org>']
+releaseConfig['AllRecipients']       = ['<release-automation-notifications-thunderbird@mozilla.com>',]
 releaseConfig['ImportantRecipients'] = ['<thunderbird-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']         = 'thunderbird'
@@ -160,9 +160,9 @@ releaseConfig['bouncer_submitter_config'
 releaseConfig["productDetailsRepo"] = "svn+ssh://tbirdbld@svn.mozilla.org/libs/product-details"
 releaseConfig["mozillaComRepo"]     = "svn+ssh://tbirdbld@svn.mozilla.org/projects/mozilla.com"
 releaseConfig["svnSshKey"]          = "/home/cltbld/.ssh/tbirdbld_dsa"
 
 # Misc configuration
 releaseConfig['enableAutomaticPushToMirrors'] = True
 releaseConfig['use_mock'] = True
 releaseConfig['mock_platforms'] = ('linux','linux64')
-releaseConfig['ftpSymlinkName'] = 'latest-beta'
\ No newline at end of file
+releaseConfig['ftpSymlinkName'] = 'latest-beta'