Bug 740142 - Enable l10n desktop repacks with mozharness for win32. r=jlund
authorMassimo Gervasini <mgervasini@mozilla.com>
Mon, 02 Mar 2015 09:27:13 +0100 (2015-03-02)
changeset 11892 efdd04a8c9358ece891a69c5d724f5573dccbb62
parent 11891 061919dc09dbc20f952b76c1e8eb17ffeddb0ff9
child 11893 d8895268eedfb39cfcdf1a5686c3aedce4284e61
push id8633
push usermgervasini@mozilla.com
push dateMon, 02 Mar 2015 08:27:51 +0000 (2015-03-02)
reviewersjlund
bugs740142
Bug 740142 - Enable l10n desktop repacks with mozharness for win32. r=jlund
mozilla/config.py
--- a/mozilla/config.py
+++ b/mozilla/config.py
@@ -882,17 +882,17 @@ PLATFORM_VARS = {
                 'script_name': 'scripts/fx_desktop_build.py',
                 'extra_args': [
                     '--config', 'builds/releng_base_windows_32_builds.py',
                 ],
                 'script_timeout': 3 * 3600,
                 'script_maxtime': int(5.5 * 3600),
             },
             'mozharness_desktop_l10n': {
-                'capable': False,
+                'capable': True,
                 'scriptName': 'scripts/desktop_l10n.py',
                 'l10n_chunks': 3,
                 'use_credentials_file': True,
             },
 
             'product_name': 'firefox',
             'unittest_platform': 'win32-opt',
             'app_name': 'browser',