summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/multi_locale/staging_release_mozilla-beta_android-x86.json
blob: a055b0ab993d3c7cf63d4a53c2be8d1eb4bf7ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "work_dir": ".",
    "log_name": "multilocale",
    "objdir": "obj-firefox",
    "locales_file": "build/configs/mozilla/l10n-changesets_mobile-beta.json",
    "locales_platform": "android-multilocale",
    "locales_dir": "mobile/android/locales",
    "ignore_locales": ["en-US", "multi"],
    "repos": [{
        "repo": "https://hg.mozilla.org/%(user_repo_override)s/mozilla-beta",
        "branch": "default",
        "dest": "build"
    },{
        "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs",
        "branch": "default",
        "dest": "build/configs"
    },{
        "repo": "https://hg.mozilla.org/%(user_repo_override)s/tools",
        "branch": "default",
        "dest": "tools"
    }],
    "l10n_repos": [{
        "repo": "https://hg.mozilla.org/%(user_repo_override)s/buildbot-configs",
        "branch": "default",
        "dest": "build/configs"
    }],
    "vcs_share_base": "/builds/hg-shared",
    "hg_l10n_base": "https://hg.mozilla.org/%(user_repo_override)s",
    "required_config_vars": ["tag_override", "user_repo_override"],
    "l10n_dir": "mozilla-beta",
    "merge_locales": true,
    "mozilla_dir": "build",
    "mozconfig": "build/mobile/android/config/mozconfigs/android-x86/release"
}