diff options
Diffstat (limited to 'testing/mozharness/configs/multi_locale/mozilla-beta_android.json')
-rw-r--r-- | testing/mozharness/configs/multi_locale/mozilla-beta_android.json | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/mozharness/configs/multi_locale/mozilla-beta_android.json b/testing/mozharness/configs/multi_locale/mozilla-beta_android.json deleted file mode 100644 index c9d0e4d6b..000000000 --- a/testing/mozharness/configs/multi_locale/mozilla-beta_android.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "work_dir": ".", - "log_name": "multilocale", - "objdir": "obj-firefox", - "locales_file": "build/mobile/android/locales/maemo-locales", - "locales_dir": "mobile/android/locales", - "ignore_locales": ["en-US", "multi"], - "repos": [{ - "repo": "https://hg.mozilla.org/releases/mozilla-beta", - "branch": "default", - "dest": "build" - },{ - "repo": "https://hg.mozilla.org/build/buildbot-configs", - "branch": "production", - "dest": "build/configs" - },{ - "repo": "https://hg.mozilla.org/build/tools", - "branch": "default", - "dest": "tools" - }], - "vcs_share_base": "/builds/hg-shared", - "hg_l10n_base": "https://hg.mozilla.org/releases/l10n/mozilla-beta", - "hg_l10n_tag": "default", - "l10n_dir": "mozilla-beta", - "merge_locales": true, - "mozilla_dir": "build" -} |