| 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", |