tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

dev_updates_firefox_devedition.py (1933B)


      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": "updates_devedition",
      7    # TODO: use real repo
      8    "repo": {
      9        "repo": "https://hg.mozilla.org/users/asasaki_mozilla.com/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/asasaki_mozilla.com/tools",
     17    # maple repo used for staging beta
     18    "shipped-locales-url": "https://hg.mozilla.org/projects/maple/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": "https://stage.balrog.nonprod.cloudops.mozgcp.net/",
     27    "balrog_username": "balrog-stage-ffxbld",
     28    "update_channels": {
     29        "aurora": {
     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": "mozDevedition-branch-patcher2.cfg",
     34            "patcher_config_product_override": "firefox",
     35            "update_verify_channel": "aurora-localtest",
     36            "mar_channel_ids": [],
     37            "channel_names": ["aurora", "aurora-localtest", "aurora-cdntest"],
     38            "rules_to_update": ["devedition-cdntest", "devedition-localtest"],
     39            "publish_rules": [10],
     40        }
     41    },
     42    "balrog_use_dummy_suffix": False,
     43    "stage_product": "devedition",
     44    "bouncer_product": "devedition",
     45 }