Bug 1037056: Change flame-kk builds to produce FOTA updates r=catlee
authorAlexandre Lissy <lissyx@lissyx.dyndns.org>
Tue, 06 Oct 2015 15:30:47 -0400 (2015-10-06)
changeset 13098 f4e8891b984968d5b1a2f9dacd3ff538b0c270e3
parent 13097 8a94eb6d73f79416ebbea788538bc5195b666799
child 13099 a34728770b906e98f4cc09c8328d6e9ed0bdfe06
push id9307
push usercatlee@mozilla.com
push dateTue, 06 Oct 2015 19:32:09 +0000 (2015-10-06)
reviewerscatlee
bugs1037056
Bug 1037056: Change flame-kk builds to produce FOTA updates r=catlee
mozilla/b2g_config.py
--- a/mozilla/b2g_config.py
+++ b/mozilla/b2g_config.py
@@ -770,17 +770,17 @@ PLATFORM_VARS = {
         ],
         'builds_before_reboot': b2g_localconfig.BUILDS_BEFORE_REBOOT,
     },
     'flame-kk': {
         'mozharness_config': {
             'script_name': 'scripts/b2g_build.py',
             # b2g_build.py will checkout gecko from hg and look up a tooltool manifest given by the
             # --target name below
-            'extra_args': ['--target', 'flame-kk', '--config', 'b2g/releng-private-updates.py',
+            'extra_args': ['--target', 'flame-kk', '--config', 'b2g/releng-fota-updates.py',
                            '--gaia-languages-file', 'locales/languages_all.json',
                            '--gecko-languages-file', 'gecko/b2g/locales/all-locales',
                            '--config', GLOBAL_VARS['mozharness_configs']['balrog']],
             'reboot_command': ['bash', '-c', 'sudo reboot; sleep 600'],
         },
         'stage_product': 'b2g',
         'product_name': 'b2g',
         'base_name': builder_prefix + '_%(branch)s_%(platform)s',