Bug 1121017: Follow-up fix. r=coop
authorChris AtLee <catlee@mozilla.com>
Wed, 14 Jan 2015 10:20:23 -0500 (2015-01-14)
changeset 11668 dc8e535ff44f7ffacdbdd8ca6060a238216ebe75
parent 11667 106656098efc5e37cf624784a0d9e08b3b2adcf8
child 11669 7a748a301d92cdecf6f90fafa21f5ccd3d8d142f
child 11670 3e373f4e763d8411a3e2d7f2c1d67032614bb43a
push id8485
push usercatlee@mozilla.com
push dateWed, 14 Jan 2015 15:20:35 +0000 (2015-01-14)
reviewerscoop
bugs1121017
Bug 1121017: Follow-up fix. r=coop
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -2944,16 +2944,19 @@ for name, branch in items_before(BRANCHE
         del branch['platforms']['android-api-9']
     if 'android-api-11' in branch['platforms']:
         del branch['platforms']['android-api-11']
     if 'android-api-9-debug' in branch['platforms']:
         del branch['platforms']['android-api-9-debug']
     if 'android-api-11-debug' in branch['platforms']:
         del branch['platforms']['android-api-11-debug']
 
+# mozilla-central's gecko version
+mc_gecko_version = BRANCHES['mozilla-central']['gecko_version']
+
 # Static analysis happens only on m-c and derived branches.
 for name, branch in items_before(BRANCHES, 'gecko_version', mc_gecko_version):
     if 'linux64-st-an-debug' in branch['platforms']:
         del branch['platforms']['linux64-st-an-debug']
     if 'macosx64-st-an-debug' in branch['platforms']:
         del branch['platforms']['macosx64-st-an-debug']
 
 # Only test pretty names on train branches, not m-c or project branches.