tor-browser

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

dev_postrelease_firefox_beta.py (927B)


      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    # date is used for staging mozilla-beta
      7    "log_name": "bump_date",
      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/jamun",
     12        "branch": "default",
     13        "dest": "jamun",
     14        "vcs": "hg",
     15        "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
     16    },
     17    # date is used for staging mozilla-beta
     18    "push_dest": "ssh://hg.mozilla.org/projects/jamun",
     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 }