mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
35 lines
1.3 KiB
Python
35 lines
1.3 KiB
Python
|
|
config = {
|
|
"log_name": "updates_esr52",
|
|
"repo": {
|
|
"repo": "https://hg.mozilla.org/build/tools",
|
|
"branch": "default",
|
|
"dest": "tools",
|
|
"vcs": "hg",
|
|
},
|
|
"vcs_share_base": "/builds/hg-shared",
|
|
"push_dest": "ssh://hg.mozilla.org/build/tools",
|
|
"shipped-locales-url": "https://hg.mozilla.org/releases/mozilla-esr52/raw-file/{revision}/browser/locales/shipped-locales",
|
|
"ignore_no_changes": True,
|
|
"ssh_user": "ffxbld",
|
|
"ssh_key": "~/.ssh/ffxbld_rsa",
|
|
"archive_domain": "archive.mozilla.org",
|
|
"archive_prefix": "https://archive.mozilla.org/pub",
|
|
"previous_archive_prefix": "https://archive.mozilla.org/pub",
|
|
"download_domain": "download.mozilla.org",
|
|
"balrog_url": "https://aus5.mozilla.org",
|
|
"balrog_username": "balrog-ffxbld",
|
|
"update_channels": {
|
|
"esr": {
|
|
"version_regex": r".*",
|
|
"requires_mirrors": True,
|
|
"patcher_config": "mozEsr52-branch-patcher2.cfg",
|
|
"update_verify_channel": "esr-localtest",
|
|
"mar_channel_ids": [],
|
|
"channel_names": ["esr", "esr-localtest", "esr-cdntest"],
|
|
"rules_to_update": ["esr52-cdntest", "esr52-localtest"],
|
|
"publish_rules": [521],
|
|
},
|
|
},
|
|
"balrog_use_dummy_suffix": False,
|
|
}
|