Should --enable-official-branding really use branding/official for NIGHTLY_BUILDs?
Categories
(Firefox Build System :: General, enhancement)
Tracking
(Not tracked)
People
(Reporter: glandium, Unassigned)
References
Details
Updated•7 years ago
|
| Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
I agree with this sentiment. We don't want anyone shipping Nightly with Firefox branding, so we should make it only possible to do deliberately by setting MOZ_OFFICIAL_BRANDING_DIRECTORY to browser/branding/official not accidentally with --enable-official-branding
Currently we switch between branding directories by just using a different variable in confvars.h
https://searchfox.org/mozilla-central/source/browser/confvars.sh#37
What's odd is we have this unnecessary check in old-configure.in:
https://searchfox.org/mozilla-central/source/old-configure.in#1398
if test -z "$MOZ_OFFICIAL_BRANDING_DIRECTORY"; then
But MOZ_OFFICIAL_BRANDING_DIRECTORY is always set by confvars.h
| Reporter | ||
Comment 2•4 years ago
|
||
Well, that test comes from confvars.sh not necessarily coming from Firefox.
| Reporter | ||
Comment 4•4 years ago
|
||
Q: should moz:official in search engine params return "official" on nightlies? (it currently doesn't and that seems odd) (OTOH, it seems to be only used for yahoo-jp-auctions, so the question might be, should we remove it?)
Comment 5•4 years ago
|
||
We're checking on the official thing and hopefully we'll just remove.
Updated•3 years ago
|
Description
•