gecko-dev/toolkit/mozapps/installer
Mike Shal e988157224 Bug 1557785 - Switch backslashes to forward-slashes in JARLOG_FILE_AB_CD for Windows; r=glandium
Our version of mozmake in Windows has issues with how it shells out to
commands that contain double-quote characters. For
example:

FOO="bar" $(PYTHON) script.py

behaves differently than:

FOO='bar' $(PYTHON) script.py

With a double-quote anywhere in the command-line, backslashes get
slurped, so Z:\task/foo becomes Z:task/foo, and python fails to open the
file.

The backslash comes from the WORKSPACE variable in Taskcluster, which is
used in many places, so it seems prudent here to simply convert the
backslash to a forward-slash as a workaround for the issue. Another
possible workaround is to change WORKSPACE to use forward-slashes, and
work around any potential issues with that.

Differential Revision: https://phabricator.services.mozilla.com/D34801

--HG--
extra : moz-landing-system : lando
2019-06-19 22:06:11 +00:00
..
linux/rpm
windows/nsis Bug 1548612 Part 8 - Implement the new stub installer UI design for release/beta. r=agashlin 2019-05-21 23:29:05 +00:00
find-dupes.py Bug 1480742 - Ignore paths starting with 'localization/' when searching for duplicates in installer r=Pike a=Android-Nightly-fix 2018-08-03 16:47:30 +03:00
informulate.py Bug 1510431 - Use display version for version field in buildhub.json r=gps 2018-11-30 12:13:42 +00:00
js-compare-ast.js Bug 1544284 - toolkit/ automated ESLint no-throw-literal fixes. r=Standard8 2019-04-16 19:30:27 +00:00
l10n-repack.py Bug 1437942 - Remove search engines from langpacks. r=adw 2018-06-04 16:45:50 -05:00
moz.build
package-name.mk Bug 1545968 - Produce artifacts with the rust stdlib src and analysis data for consumption by searchfox. r=glandium 2019-05-14 17:31:05 +00:00
packager.mk Bug 1552120 - Add a flag to the packager to ignore broken symlinks and pass it for developer builds. r=firefox-build-system-reviewers,mshal 2019-06-06 23:22:42 +00:00
packager.py Bug 1552120 - Add a flag to the packager to ignore broken symlinks and pass it for developer builds. r=firefox-build-system-reviewers,mshal 2019-06-06 23:22:42 +00:00
precompile_cache.js Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
strip.py
unpack.py Bug 1533659 - Fix arguments handling in unpack.py after bug 1531634. r=froydnj 2019-03-11 01:38:59 +00:00
upload-files-APK.mk Bug 1531634 - Change how OMNIJAR_NAME is handled for fennec builds. r=nalexander 2019-03-01 21:49:47 +00:00
upload-files.mk Bug 1557785 - Switch backslashes to forward-slashes in JARLOG_FILE_AB_CD for Windows; r=glandium 2019-06-19 22:06:11 +00:00