Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Updating confvars.sh, mobile mozconfigs, removed mn,sw from shipped l…
Browse files Browse the repository at this point in the history
…ocales as per bug 797387 a=release
  • Loading branch information
lsblakk committed Oct 5, 2012
1 parent d19a3c5 commit 1db81b5
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions browser/confvars.sh
Expand Up @@ -36,9 +36,9 @@ MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
# This should usually be the same as the value MAR_CHANNEL_ID.
# If more than one ID is needed, then you should use a comma separated list
# of values.
ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-beta,firefox-mozilla-release
ACCEPTED_MAR_CHANNEL_IDS=firefox-mozilla-release
# The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
MAR_CHANNEL_ID=firefox-mozilla-beta
MAR_CHANNEL_ID=firefox-mozilla-release
MOZ_PROFILE_MIGRATOR=1
MOZ_EXTENSION_MANAGER=1
MOZ_APP_STATIC_INI=1
Expand Down
2 changes: 0 additions & 2 deletions browser/locales/shipped-locales
Expand Up @@ -58,7 +58,6 @@ lv
mai
mk
ml
mn
mr
nb-NO
nl
Expand All @@ -79,7 +78,6 @@ son
sq
sr
sv-SE
sw
ta
ta-LK
te
Expand Down
Expand Up @@ -22,4 +22,4 @@ export MOZILLA_OFFICIAL=1
export MOZ_PKG_SPECIAL=armv6

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android-armv6/release
Expand Up @@ -20,4 +20,4 @@ export MOZ_TELEMETRY_REPORTING=1
export MOZ_PKG_SPECIAL=armv6

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android-x86/l10n-release
Expand Up @@ -20,4 +20,4 @@ export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android-x86/release
Expand Up @@ -18,4 +18,4 @@ export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android/l10n-nightly
Expand Up @@ -23,4 +23,4 @@ ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1

ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android/l10n-release
Expand Up @@ -20,4 +20,4 @@ export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android/nightly
Expand Up @@ -16,7 +16,7 @@ export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android/release
Expand Up @@ -18,4 +18,4 @@ export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/android/branding/beta
ac_add_options --with-branding=mobile/android/branding/official
2 changes: 1 addition & 1 deletion mobile/xul/config/mozconfigs/android/debug
Expand Up @@ -16,7 +16,7 @@ export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --with-branding=mobile/xul/branding/beta
ac_add_options --with-branding=mobile/xul/branding/official

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
2 changes: 1 addition & 1 deletion mobile/xul/config/mozconfigs/android/nightly
Expand Up @@ -16,7 +16,7 @@ export JAVA_HOME=/tools/jdk6
export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --with-branding=mobile/xul/branding/beta
ac_add_options --with-branding=mobile/xul/branding/official

# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
ac_add_options --enable-warnings-as-errors
2 changes: 1 addition & 1 deletion mobile/xul/config/mozconfigs/android/release
Expand Up @@ -18,4 +18,4 @@ export MOZILLA_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1

ac_add_options --enable-official-branding
ac_add_options --with-branding=mobile/xul/branding/beta
ac_add_options --with-branding=mobile/xul/branding/official

0 comments on commit 1db81b5

Please sign in to comment.