blob: 4ecd32349cbf3a0ce59c8e46a167ebe511a9bdfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config = {
# date is used for staging mozilla-beta
"log_name": "bump_date",
"version_files": [{"file": "browser/config/version_display.txt"}],
"repo": {
# date is used for staging mozilla-beta
"repo": "https://hg.mozilla.org/projects/date",
"branch": "default",
"dest": "date",
"vcs": "hg",
"clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
},
# date is used for staging mozilla-beta
"push_dest": "ssh://hg.mozilla.org/projects/date",
"ignore_no_changes": True,
"ssh_user": "ffxbld",
"ssh_key": "~/.ssh/ffxbld_rsa",
"ship_it_root": "https://ship-it-dev.allizom.org",
"ship_it_username": "ship_it-stage-ffxbld",
}
|