Overview
| Comment: | [fx] test with Nightly again | 
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive | 
| Timelines: | family | ancestors | descendants | both | fx | webext2 | 
| Files: | files | file ages | folders | 
| SHA3-256: | 578863e0085ac9c5997fccdbab0eeb41 | 
| User & Date: | olr on 2017-08-05 16:01:47 | 
| Original Comment: | [fx] test weth Nightly again | 
| Other Links: | branch diff | manifest | tags | 
Context
| 2017-08-06 | ||
| 12:22 | [core][fr][js] merge webext2_fix: code cleaning + bug fixes + remove Array comprehensions (for compatibility) check-in: d0f7053d0f user: olr tags: fr, core, webext2 | |
| 01:32 | [core][fr][js] ajout des ; oubliés et ajustement des ; en trop check-in: 1800ac6b98 user: IllusionPerdu tags: core, webext2_fix | |
| 2017-08-05 | ||
| 16:01 | [fx] test with Nightly again check-in: 578863e008 user: olr tags: fx, webext2 | |
| 15:39 | [fx] useless to stringify check-in: 24cc7b7ca1 user: olr tags: fx, webext2 | |
Changes
Modified make.py from [18d1b24a9f] to [e6482fde8c].
| ︙ | ︙ | |||
| 350 351 352 353 354 355 356 | 
            # Firefox
            if xArgs.firefox:
                with helpers.cd("_build/xpi/"+sLang):
                    os.system("jpm run -b nightly")
            if xArgs.web_ext:
                with helpers.cd("_build/webext/"+sLang):
 | | | 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 | 
            # Firefox
            if xArgs.firefox:
                with helpers.cd("_build/xpi/"+sLang):
                    os.system("jpm run -b nightly")
            if xArgs.web_ext:
                with helpers.cd("_build/webext/"+sLang):
                    os.system(r'web-ext run --firefox="' + dVars['fx_nightly_path'] + '" --browser-console')            
            # Thunderbird
            if xArgs.thunderbird:
                os.system("thunderbird -jsconsole -P debug")
        else:
            print("Folder not found: gc_lang/"+sLang)
 | 
| ︙ | ︙ |