mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1184089 - L10N nightly repacks should not manipulate mozconfigs. r=Callek DONTBUILD
This commit is contained in:
parent
cfcbb3d261
commit
6acbffcfa5
@ -28,7 +28,8 @@ config = {
|
||||
for f in ["debug", "nightly"]
|
||||
] + [
|
||||
# File, from, to
|
||||
(f, "ac_add_options --with-branding=browser/branding/aurora", "")
|
||||
(f, "ac_add_options --with-branding=browser/branding/aurora",
|
||||
"ac_add_options --enable-official-branding")
|
||||
for f in ["browser/config/mozconfigs/linux32/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/linux64/l10n-mozconfig",
|
||||
"browser/config/mozconfigs/win32/l10n-mozconfig",
|
||||
|
Loading…
Reference in New Issue
Block a user