Bug 1190227 - Send Thunderbird release-automation mail to a different list, r=rail (test it's working)
--- 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'