Bug 740142 - fixed wrong branch property in desktop repacks. r=jlund
authorMassimo Gervasini <mgervasini@mozilla.com>
Thu, 12 Feb 2015 15:39:15 +0100 (2015-02-12)
changeset 4090 a11ef8db7d424d03ae68f0eaa5e9a4ff6737b7c7
parent 4087 3eb8b8ee65e01fc6df98cb09837aab46d3798a2a
child 4097 a907934a50a73a6475a8d28d6e488032aaf65dde
child 4099 a4db5bd6c0f7ba3433ce8d4b6a346ef38ecaf23b
push id3395
push usermgervasini@mozilla.com
push dateThu, 12 Feb 2015 14:40:48 +0000 (2015-02-12)
reviewersjlund
bugs740142
Bug 740142 - fixed wrong branch property in desktop repacks. r=jlund
misc.py
--- a/misc.py
+++ b/misc.py
@@ -3333,17 +3333,17 @@ def mh_l10n_builders(config, platform, b
         builders.append({
             'name': builderName,
             'slavenames': pf.get('slaves'),
             'builddir': builddir,
             'slavebuilddir': slavebuilddir,
             'factory': factory,
             'category': name,
             'nextSlave': _nextAWSSlave_sort,
-            'properties': {'branch': name,
+            'properties': {'branch': branch,
                            'builddir': builddir,
                            'stage_platform': stage_platform,
                            'product': pf['stage_product'],
                            'platform': platform,
                            'slavebuilddir': slavebuilddir,
                            'script_repo_revision': config['mozharness_tag'], },
             'env': builder_env
         })