Confirmed users
4,293
edits
No edit summary |
|||
Line 42: | Line 42: | ||
VERSION=14.0.1 | VERSION=14.0.1 | ||
HG_USER="username <email@mozilla.com>" | HG_USER="username <email@mozilla.com>" | ||
# exit immediately on errors | |||
set -e | |||
hg clone http://hg.mozilla.org/releases/mozilla-release | hg clone http://hg.mozilla.org/releases/mozilla-release | ||
Line 62: | Line 65: | ||
</pre> | </pre> | ||
===Edit | ===Edit desktop config === | ||
# edit mozilla-release/browser/locales/shipped-locales file if you need to remove some beta locales (eg mn, sw) | |||
# edit shipped-locales file if you need to remove some beta locales | # edit mozilla-release/browser/confvars.sh: | ||
# edit browser/confvars.sh | |||
-ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-beta,firefox-mozilla-release | -ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-beta,firefox-mozilla-release | ||
+ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-release | +ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-release | ||
Line 75: | Line 77: | ||
'''Note: use 'official' for release mozconfigs, not 'release'''' | '''Note: use 'official' for release mozconfigs, not 'release'''' | ||
<pre> | <pre> | ||
# edit mozconfigs | # edit mozconfigs: mozilla-release/mobile/android/config/mozconfigs/... | ||
# android and android-armv6 ... | |||
# release, nightly, l10n-release, and l10n-nightly | |||
-ac_add_options --with-branding=mobile/android/branding/beta | -ac_add_options --with-branding=mobile/android/branding/beta | ||
+ac_add_options --with-branding=mobile/android/branding/official | +ac_add_options --with-branding=mobile/android/branding/official |