mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1255811 - Some (all) locales for Firefox 46.0b1 are busted due to l10n merge issues r=jlund a=release DONTBUILD
MozReview-Commit-ID: 100GniUy5lT
This commit is contained in:
parent
763aa8d8bc
commit
d8db7de393
@ -9,10 +9,9 @@ config = {
|
||||
"bootstrap_env": {
|
||||
"MOZ_OBJDIR": "obj-l10n",
|
||||
"EN_US_BINARY_URL": "%(en_us_binary_url)s",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s/",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s",
|
||||
"MOZ_UPDATE_CHANNEL": "%(update_channel)s",
|
||||
"DIST": "%(abs_objdir)s",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s/",
|
||||
"L10NBASEDIR": "../../l10n",
|
||||
"MOZ_MAKE_COMPLETE_MAR": "1",
|
||||
},
|
||||
|
@ -9,10 +9,9 @@ config = {
|
||||
"bootstrap_env": {
|
||||
"MOZ_OBJDIR": "obj-l10n",
|
||||
"EN_US_BINARY_URL": "%(en_us_binary_url)s",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s/",
|
||||
"MOZ_UPDATE_CHANNEL": "%(update_channel)s",
|
||||
"DIST": "%(abs_objdir)s",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s/",
|
||||
"LOCALE_MERGEDIR": "%(abs_merge_dir)s",
|
||||
"L10NBASEDIR": "../../l10n",
|
||||
"MOZ_MAKE_COMPLETE_MAR": "1",
|
||||
},
|
||||
|
@ -369,6 +369,9 @@ class DesktopSingleLocale(LocalesMixin, ReleaseMixin, MockMixin, BuildbotMixin,
|
||||
if binary.endswith('.exe'):
|
||||
binary_path = binary_path.replace('\\', '\\\\\\\\')
|
||||
bootstrap_env[name] = binary_path
|
||||
if 'LOCALE_MERGEDIR' in bootstrap_env:
|
||||
# windows fix
|
||||
bootstrap_env['LOCALE_MERGEDIR'] = bootstrap_env['LOCALE_MERGEDIR'].replace('\\', '\\\\\\\\')
|
||||
if self.query_is_nightly():
|
||||
bootstrap_env["IS_NIGHTLY"] = "yes"
|
||||
self.bootstrap_env = bootstrap_env
|
||||
|
Loading…
Reference in New Issue
Block a user