Skip to content

Commit

Permalink
bug 1339087 - adjust android merge day configs for tc builds. r=rail
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: 7l7w2KEUtbe

--HG--
extra : rebase_source : 219e22ccb08e11a2aff944bb0fdf3cb4d3b42636
  • Loading branch information
escapewindow committed Feb 13, 2017
1 parent 130d48d commit 6ea7c08
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. "$topsrcdir/mobile/android/config/mozconfigs/common"

# L10n
ac_add_options --with-l10n-base=..
ac_add_options --with-l10n-base=../../l10n-central

# Global options
ac_add_options --disable-tests
Expand Down
2 changes: 1 addition & 1 deletion mobile/android/config/mozconfigs/android-x86/l10n-release
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
. "$topsrcdir/mobile/android/config/mozconfigs/common"

# L10n
ac_add_options --with-l10n-base=..
ac_add_options --with-l10n-base=../../l10n-central

# Global options
ac_add_options --disable-tests
Expand Down
8 changes: 8 additions & 0 deletions testing/mozharness/configs/merge_day/aurora_to_beta.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
for d in ["mobile/android/config/mozconfigs/android-api-15/",
"mobile/android/config/mozconfigs/android-x86/"]
for f in ["debug", "nightly", "l10n-nightly"]
] + [
# File, from, to
("{}/{}".format(d, f),
"ac_add_options --with-l10n-base=../../mozilla-aurora",
"ac_add_options --with-l10n-base=../../mozilla-beta")
for d in ["mobile/android/config/mozconfigs/android-api-15/",
"mobile/android/config/mozconfigs/android-x86/"]
for f in ["l10n-nightly", "l10n-release"]
] + [
# File, from, to
("{}/{}".format(d, f),
Expand Down
8 changes: 8 additions & 0 deletions testing/mozharness/configs/merge_day/beta_to_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
for d in ["mobile/android/config/mozconfigs/android-api-15/",
"mobile/android/config/mozconfigs/android-x86/"]
for f in ["debug", "nightly", "l10n-nightly", "l10n-release", "release"]
] + [
# File, from, to
("{}/{}".format(d, f),
"ac_add_options --with-l10n-base=../../mozilla-aurora",
"ac_add_options --with-l10n-base=../../mozilla-beta")
for d in ["mobile/android/config/mozconfigs/android-api-15/",
"mobile/android/config/mozconfigs/android-x86/"]
for f in ["l10n-nightly", "l10n-release"]
] + [
# File, from, to
("browser/confvars.sh",
Expand Down
5 changes: 3 additions & 2 deletions testing/mozharness/configs/merge_day/central_to_aurora.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,12 @@
for f in ["debug", "nightly", "l10n-mozconfig"]
] + [
# File, from, to
("{}/l10n-nightly".format(d),
("{}/{}".format(d, f),
"ac_add_options --with-l10n-base=../../l10n-central",
"ac_add_options --with-l10n-base=..")
"ac_add_options --with-l10n-base=../../mozilla-aurora")
for d in ["mobile/android/config/mozconfigs/android-api-15/",
"mobile/android/config/mozconfigs/android-x86/"]
for f in ["l10n-mozconfig", "l10n-release"]
] + [
# File, from, to
(f, "ac_add_options --enable-profiling", "") for f in
Expand Down

0 comments on commit 6ea7c08

Please sign in to comment.