Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: adblockbrowser-cfg.py

Issue 29399743: Issue 3768 - Check (and fix, if needed) multilocale builds (Closed)
Patch Set: Removed unrelated change and updated ABB dependency Created April 3, 2017, 4:19 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockbrowser-cfg.py
===================================================================
--- a/adblockbrowser-cfg.py
+++ b/adblockbrowser-cfg.py
@@ -21,23 +21,23 @@ if not "MOZCONFIG" in os.environ:
MOZCONFIG = os.environ.get("MOZCONFIG")
config = {
"work_dir": ".",
"log_name": "multilocale",
"objdir": OBJDIR,
"locales_file": "%s/%s/locales/maemo-locales" % (BUILD_DIR, ANDROID_DIR),
"locales_dir": "%s/locales" % ANDROID_DIR,
- "ignore_locales": ["en-US", "multi"],
+ "ignore_locales": ["en-US", "en-ZA", "multi"],
"l10n_repos": [{
"repo": "https://hg.mozilla.org/build/compare-locales",
"tag": "RELEASE_AUTOMATION"
}],
"hg_l10n_base": "https://hg.mozilla.org/%s" % L10N_REPO_PATH,
- "hg_l10n_tag": "FENNEC_40_0_RELEASE",
+ "hg_l10n_tag": "FENNEC_44_0_2_RELEASE",
"l10n_dir": "l10n",
"merge_locales": True,
"mozilla_dir": BUILD_DIR,
"mozconfig": MOZCONFIG,
"default_actions": [
"pull-locale-source",
"build",
"add-locales",
« no previous file with comments | « no previous file | build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld