dev_postrelease_fennec_beta.py (930B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 config = { 6 # maple is used for staging mozilla-beta 7 "log_name": "bump_maple", 8 "version_files": [{"file": "browser/config/version_display.txt"}], 9 "repo": { 10 # maple is used for staging mozilla-beta 11 "repo": "https://hg.mozilla.org/projects/maple", 12 "branch": "default", 13 "dest": "maple", 14 "vcs": "hg", 15 "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified", 16 }, 17 # maple is used for staging mozilla-beta 18 "push_dest": "ssh://hg.mozilla.org/projects/maple", 19 "ignore_no_changes": True, 20 "ssh_user": "ffxbld", 21 "ssh_key": "~/.ssh/ffxbld_rsa", 22 "ship_it_root": "https://ship-it-dev.allizom.org", 23 "ship_it_username": "ship_it-stage-ffxbld", 24 }