mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-08 22:11:52 +00:00
21 lines
633 B
Python
21 lines
633 B
Python
config = {
|
|
"log_name": "bump_esr45",
|
|
"version_files": [
|
|
{"file": "browser/config/version.txt"},
|
|
{"file": "browser/config/version_display.txt"},
|
|
{"file": "config/milestone.txt"},
|
|
],
|
|
"repo": {
|
|
"repo": "https://hg.mozilla.org/releases/mozilla-esr45",
|
|
"revision": "default",
|
|
"dest": "mozilla-esr45",
|
|
"vcs": "hg",
|
|
},
|
|
"push_dest": "ssh://hg.mozilla.org/releases/mozilla-esr45",
|
|
"ignore_no_changes": True,
|
|
"ssh_user": "ffxbld",
|
|
"ssh_key": "~/.ssh/ffxbld_rsa",
|
|
"ship_it_root": "https://ship-it.mozilla.org",
|
|
"ship_it_username": "ffxbld",
|
|
}
|