1254584 – Use proper updates config for beta r=jlund production
authorRail Aliiev <rail@mozilla.com>
Tue, 08 Mar 2016 11:58:16 -0500
branchproduction
changeset 13911 8d3dfc7b7ea1b7ade613f5605f50e78ac91b9a02
parent 13910 9bda0548121b092f4aab8960cbbdb66f538b4662
child 14022 80075c14f28bd2e9df74892d7cda9156750ffc5d
push id23
push userbmo:rail@mozilla.com
push dateTue, 08 Mar 2016 16:58:31 +0000
reviewersjlund
bugs1254584
1254584 – Use proper updates config for beta r=jlund MozReview-Commit-ID: 8C7DuRyQjtO
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2679,17 +2679,17 @@ BRANCHES['mozilla-beta']['enabled_produc
 BRANCHES['mozilla-beta']['enable_perproduct_builds'] = True
 ### Release Promotion
 BRANCHES['mozilla-beta']['enable_release_promotion'] = True
 # used by process/release.py
 BRANCHES['mozilla-beta']['tuxedoServerUrl'] = "https://bounceradmin.mozilla.com/api"
 BRANCHES['mozilla-beta']['bouncer_submitter_config'] = "releases/bouncer_firefox_beta.py"
 BRANCHES['mozilla-beta']['bouncer_branch'] = "releases/mozilla-beta"
 BRANCHES['mozilla-beta']['postrelease_version_bump_config'] = "releases/postrelease_beta.py"
-BRANCHES['mozilla-beta']['updates_config'] = "releases/updates_date.py"
+BRANCHES['mozilla-beta']['updates_config'] = "releases/updates_beta.py"
 BRANCHES['mozilla-beta']['update_verify_chunks'] = 6
 BRANCHES['mozilla-beta']['beetmover_credentials'] = "/builds/release-s3.credentials"
 BRANCHES['mozilla-beta']['stage_product'] = {
     'firefox': 'firefox',
     'fennec': 'mobile'
 }
 BRANCHES['mozilla-beta']['platforms']['linux']['dep_signing_servers'] = 'release-signing'
 BRANCHES['mozilla-beta']['platforms']['linux64']['dep_signing_servers'] = 'release-signing'