tor-browser

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

dev_postrelease_firefox_release.py (954B)


      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_release_dev",
      7    "version_files": [
      8        {"file": "browser/config/version.txt"},
      9        {"file": "browser/config/version_display.txt"},
     10        {"file": "config/milestone.txt"},
     11    ],
     12    "repo": {
     13        # jamun is used for staging mozilla-release
     14        "repo": "https://hg.mozilla.org/projects/jamun",
     15        "branch": "default",
     16        "dest": "jamun",
     17        "vcs": "hg",
     18        "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
     19    },
     20    "push_dest": "ssh://hg.mozilla.org/projects/jamun",
     21    "ignore_no_changes": True,
     22    "ssh_user": "ffxbld",
     23    "ssh_key": "~/.ssh/ffxbld_rsa",
     24    "ship_it_root": "https://ship-it-dev.allizom.org",
     25    "ship_it_username": "ship_it-stage-ffxbld",
     26 }