forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1210539 - Add "updates" builder to release promotion task r=jlund…
… DONTBUILD a=release --HG-- rename : testing/mozharness/mozharness/mozilla/merge.py => testing/mozharness/mozharness/mozilla/repo_manupulation.py extra : rebase_source : c8a8a2891fcdc50111e497acd33262c295da1ba2
- Loading branch information
Rail Aliiev
committed
Feb 19, 2016
1 parent
0d93731
commit 942056d
Showing
9 changed files
with
507 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
config = { | ||
"log_name": "updates_date", | ||
"repo": { | ||
"repo": "https://hg.mozilla.org/build/tools", | ||
"revision": "default", | ||
"dest": "tools", | ||
"vcs": "hg", | ||
}, | ||
"push_dest": "ssh://hg.mozilla.org/build/tools", | ||
"shipped-locales-url": "https://hg.mozilla.org/releases/mozilla-beta/raw-file/{revision}/browser/locales/shipped-locales", | ||
"ignore_no_changes": True, | ||
"ssh_user": "ffxbld", | ||
"ssh_key": "~/.ssh/ffxbld_rsa", | ||
"archive_domain": "archive.mozilla.org", | ||
"archive_prefix": "https://archive.mozilla.org", | ||
"previous_archive_prefix": "https://archive.mozilla.org", | ||
"download_domain": "download.mozilla.org", | ||
"balrog_url": "https://aus5.mozilla.org", | ||
"balrog_username": "ffxbld", | ||
"update_channels": { | ||
"beta": { | ||
"version_regex": r"^(\d+\.\d+(b\d+)?)$", | ||
"requires_mirrors": False, | ||
"patcher_config": "moBeta-branch-patcher2.cfg", | ||
"update_verify_channel": "beta-localtest", | ||
"mar_channel_ids": [ | ||
"firefox-mozilla-beta", "firefox-mozilla-beta", | ||
], | ||
"channel_names": ["beta", "beta-localtest", "beta-cdntest"], | ||
"rules_to_update": ["firefox-beta-cdntest", "firefox-beta-localtest"], | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
config = { | ||
"log_name": "bump_date", | ||
# TODO: use real repo | ||
"repo": { | ||
"repo": "https://hg.mozilla.org/users/raliiev_mozilla.com/tools", | ||
"revision": "default", | ||
"dest": "tools", | ||
"vcs": "hg", | ||
}, | ||
# TODO: use real repo | ||
"push_dest": "ssh://hg.mozilla.org/users/raliiev_mozilla.com/tools", | ||
"shipped-locales-url": "https://hg.mozilla.org/projects/date/raw-file/{revision}/browser/locales/shipped-locales", | ||
"ignore_no_changes": True, | ||
"ssh_user": "ffxbld", | ||
"ssh_key": "~/.ssh/ffxbld_rsa", | ||
"archive_domain": "mozilla-releng-beet-mover-dev.s3-website-us-west-2.amazonaws.com", | ||
"archive_prefix": "http://mozilla-releng-beet-mover-dev.s3-website-us-west-2.amazonaws.com", | ||
"previous_archive_prefix": "https://archive.mozilla.org", | ||
"download_domain": "download.mozilla.org", | ||
"balrog_url": "http://ec2-54-241-39-23.us-west-1.compute.amazonaws.com", | ||
"balrog_username": "stage-ffxbld", | ||
"update_channels": { | ||
"date": { | ||
"version_regex": r"^(\d+\.\d+(b\d+)?)$", | ||
"requires_mirrors": False, | ||
"patcher_config": "mozDate-branch-patcher2.cfg", | ||
"update_verify_channel": "date-localtest", | ||
"mar_channel_ids": [], | ||
"channel_names": ["date", "date-localtest", "date-cdntest"], | ||
"rules_to_update": ["firefox-date-cdntest", "firefox-date-localtest"], | ||
} | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
|
||
config = { | ||
"log_name": "updates_date", | ||
"repo": { | ||
"repo": "https://hg.mozilla.org/build/tools", | ||
"revision": "default", | ||
"dest": "tools", | ||
"vcs": "hg", | ||
}, | ||
"push_dest": "ssh://hg.mozilla.org/build/tools", | ||
"shipped-locales-url": "https://hg.mozilla.org/releases/mozilla-release/raw-file/{revision}/browser/locales/shipped-locales", | ||
"ignore_no_changes": True, | ||
"ssh_user": "ffxbld", | ||
"ssh_key": "~/.ssh/ffxbld_rsa", | ||
"archive_domain": "archive.mozilla.org", | ||
"archive_prefix": "https://archive.mozilla.org", | ||
"previous_archive_prefix": "https://archive.mozilla.org", | ||
"download_domain": "download.mozilla.org", | ||
"balrog_url": "https://aus5.mozilla.org", | ||
"balrog_username": "ffxbld", | ||
"update_channels": { | ||
"beta": { | ||
"version_regex": r"^(\d+\.\d+(b\d+)?)$", | ||
"requires_mirrors": False, | ||
"patcher_config": "moBeta-branch-patcher2.cfg", | ||
"update_verify_channel": "beta-localtest", | ||
"mar_channel_ids": [ | ||
"firefox-mozilla-beta", "firefox-mozilla-beta", | ||
], | ||
"channel_names": ["beta", "beta-localtest", "beta-cdntest"], | ||
"rules_to_update": ["firefox-beta-cdntest", "firefox-beta-localtest"], | ||
}, | ||
"release": { | ||
"version_regex": r"^\d+\.\d+(\.\d+)?$", | ||
"requires_mirrors": True, | ||
"patcher_config": "mozRelease-branch-patcher2.cfg", | ||
"update_verify_channel": "release-localtest", | ||
"mar_channel_ids": [], | ||
"channel_names": ["release", "release-localtest", "release-cdntest"], | ||
"rules_to_update": ["firefox-release-cdntest", "firefox-release-localtest"], | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.