tor-browser

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

updates_firefox_devedition.py (1741B)


      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    "repo": {
      8        "repo": "https://hg.mozilla.org/build/tools",
      9        "branch": "default",
     10        "dest": "tools",
     11        "vcs": "hg",
     12    },
     13    "vcs_share_base": "/builds/hg-shared",
     14    "push_dest": "ssh://hg.mozilla.org/build/tools",
     15    "shipped-locales-url": "https://hg.mozilla.org/releases/mozilla-beta/raw-file/{revision}/browser/locales/shipped-locales",
     16    "ignore_no_changes": True,
     17    "ssh_user": "ffxbld",
     18    "ssh_key": "~/.ssh/ffxbld_rsa",
     19    "archive_domain": "archive.mozilla.org",
     20    "archive_prefix": "https://archive.mozilla.org/pub",
     21    "previous_archive_prefix": "https://archive.mozilla.org/pub",
     22    "download_domain": "download.mozilla.org",
     23    "balrog_url": "https://aus5.mozilla.org",
     24    "balrog_username": "balrog-ffxbld",
     25    "update_channels": {
     26        "aurora": {
     27            "version_regex": r"^.*$",
     28            "requires_mirrors": True,
     29            "patcher_config": "mozDevedition-branch-patcher2.cfg",
     30            # Allow to override the patcher config product name
     31            "patcher_config_product_override": "firefox",
     32            "update_verify_channel": "aurora-localtest",
     33            "mar_channel_ids": [],
     34            "channel_names": ["aurora", "aurora-localtest", "aurora-cdntest"],
     35            "rules_to_update": ["devedition-cdntest", "devedition-localtest"],
     36            "publish_rules": [10],
     37        },
     38    },
     39    "balrog_use_dummy_suffix": False,
     40    "stage_product": "devedition",
     41    "bouncer_product": "devedition",
     42 }