summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/configs/multi_locale/mozilla-central_android.json
blob: 67d195242bf54616f4fe4e1102467f371d8ddfdf (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
{
    "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/mozilla-central",
        "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/l10n-central",
    "hg_l10n_tag": "default",
    "l10n_dir": "l10n-central",
    "merge_locales": true,
    "mozilla_dir": "build"
}