dev_postrelease_firefox_release.py 755 B

1234567891011121314151617181920212223
  1. config = {
  2. "log_name": "bump_release_dev",
  3. "version_files": [
  4. {"file": "browser/config/version.txt"},
  5. {"file": "browser/config/version_display.txt"},
  6. {"file": "config/milestone.txt"},
  7. ],
  8. "repo": {
  9. # jamun is used for staging mozilla-release
  10. "repo": "https://hg.mozilla.org/projects/jamun",
  11. "branch": "default",
  12. "dest": "jamun",
  13. "vcs": "hg",
  14. "clone_upstream_url": "https://hg.mozilla.org/mozilla-unified",
  15. },
  16. "push_dest": "ssh://hg.mozilla.org/projects/jamun",
  17. "ignore_no_changes": True,
  18. "ssh_user": "ffxbld",
  19. "ssh_key": "~/.ssh/ffxbld_rsa",
  20. "ship_it_root": "https://ship-it-dev.allizom.org",
  21. "ship_it_username": "ship_it-stage-ffxbld",
  22. }