Confirmed users
112
edits
(→EARLY_BETA_OR_EARLIER: update timing of "early beta" end to match current practice) |
(Clarify the relationship between the variables a bit) |
||
Line 23: | Line 23: | ||
* '''Note:''' this flag is currently not defined for the JS build ({{bug|879836}}) | * '''Note:''' this flag is currently not defined for the JS build ({{bug|879836}}) | ||
==Usage== | |||
The aforementioned variables are mutually exclusive. | |||
So for instance, if you wanted to enable a feature on Nightly and Dev, you'd have to use <code>NIGHTLY_BUILD || MOZ_DEV_EDITION</code>. Features using <code>EARLY_BETA_OR_EARLIER</code> will show up in Dev, but not consistently so (as with Beta), so <code>EARLY_BETA_OR_EARLIER || MOZ_DEV_EDITION</code> might make sense, depending. | |||
(Also note there is intentionally no single variable covering Beta, as late Beta becomes/is Release.) | |||
==Other== | |||
You may also be interested in [[Platform/Platform-specific_build_defines]] | You may also be interested in [[Platform/Platform-specific_build_defines]] | ||
[[Category: Release Management]] | [[Category: Release Management]] |