Bug 1408484: Re-enable automatic pushes to mirrors; r=nthomas draft
authorTom Prince <mozilla@hocat.ca>
Sun, 22 Oct 2017 22:44:07 -0600
changeset 15605 3b44909ab5f93db5403e0cd39267634beeadc8e0
parent 15604 1fb0ce5079cb6e16f724a11ebc3a90eb1c6e5226
push id203
push userbmo:mozilla@hocat.ca
push dateMon, 23 Oct 2017 04:44:39 +0000
reviewersnthomas
bugs1408484
Bug 1408484: Re-enable automatic pushes to mirrors; r=nthomas MozReview-Commit-ID: HHMCMUaHhfZ
mozilla/release-thunderbird-comm-beta.py.template
--- a/mozilla/release-thunderbird-comm-beta.py.template
+++ b/mozilla/release-thunderbird-comm-beta.py.template
@@ -152,12 +152,12 @@ releaseConfig['doPartnerRepacks']    = F
 # Tuxedo/Bouncer configuration
 releaseConfig['tuxedoServerUrl']     = 'https://bounceradmin.mozilla.com/api'
 releaseConfig['bouncer_submitter_config'] = 'releases/bouncer_thunderbird.py'
 releaseConfig['bouncer_aliases']     = {
     'Thunderbird-%(version)s': 'thunderbird-beta-latest',
 }
 
 # Misc configuration
-releaseConfig['enableAutomaticPushToMirrors'] = False
+releaseConfig['enableAutomaticPushToMirrors'] = True
 releaseConfig['use_mock'] = True
 releaseConfig['mock_platforms'] = ('linux','linux64')
 releaseConfig['extra_signing_env'] = {'TOOLTOOL_DIR': '%(basedir)s/comm-beta'}