dev_updates_firefox_beta.py (1748B)
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 "log_name": "bump_beta_dev", 7 # TODO: use real repo 8 "repo": { 9 "repo": "https://hg.mozilla.org/users/stage-ffxbld/tools", 10 "branch": "default", 11 "dest": "tools", 12 "vcs": "hg", 13 }, 14 "vcs_share_base": "/builds/hg-shared", 15 # TODO: use real repo 16 "push_dest": "ssh://hg.mozilla.org/users/stage-ffxbld/tools", 17 # jamun repo used for staging beta 18 "shipped-locales-url": "https://hg.mozilla.org/projects/jamun/raw-file/{revision}/browser/locales/shipped-locales", 19 "ignore_no_changes": True, 20 "ssh_user": "ffxbld", 21 "ssh_key": "~/.ssh/ffxbld_rsa", 22 "archive_domain": "ftp.stage.mozaws.net", 23 "archive_prefix": "https://ftp.stage.mozaws.net/pub", 24 "previous_archive_prefix": "https://archive.mozilla.org/pub", 25 "download_domain": "download.mozilla.org", 26 "balrog_url": "http://54.90.211.22:9090", 27 "balrog_username": "balrog-stage-ffxbld", 28 "update_channels": { 29 "beta": { 30 "version_regex": r"^(\d+\.\d+(b\d+)?)$", 31 "requires_mirrors": True, 32 # TODO - when we use a real repo, rename this file # s/MozJamun/Mozbeta/ 33 "patcher_config": "mozJamun-branch-patcher2.cfg", 34 "update_verify_channel": "beta-localtest", 35 "mar_channel_ids": [], 36 "channel_names": ["beta", "beta-localtest", "beta-cdntest"], 37 "rules_to_update": ["firefox-beta-cdntest", "firefox-beta-localtest"], 38 "publish_rules": [32], 39 } 40 }, 41 "balrog_use_dummy_suffix": False, 42 }