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

Unified Diff: adblockbrowser-cfg.py

Issue 29512686: Noissue - Update adblockbrowser and l10n dependencies (Closed)
Patch Set: Created Aug. 11, 2017, 2:55 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 | dependencies » ('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
@@ -27,17 +27,17 @@ config = {
"locales_file": "%s/%s/locales/maemo-locales" % (BUILD_DIR, ANDROID_DIR),
"locales_dir": "%s/locales" % ANDROID_DIR,
"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_44_0_2_RELEASE",
+ "hg_l10n_tag": "FENNEC_45_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 | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld