author | Nick Thomas <nthomas@mozilla.com> |
Thu, 08 Feb 2018 15:24:50 +1300 | |
changeset 402886 | d4caeb6d13373db3aa8719db966c44bec6fdb9b9 |
parent 402885 | caf379dce6b1744e4d0c6cc1388979ad85c6f1a7 |
child 402887 | 725c38dc39913052cf3c57970ba910e16028e301 |
push id | 33405 |
push user | shindli@mozilla.com |
push date | Thu, 08 Feb 2018 10:04:47 +0000 |
treeherder | mozilla-central@0ac953fcddf1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bhearsum |
bugs | 1435638 |
milestone | 60.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/taskcluster/ci/release-partner-repack/kind.yml +++ b/taskcluster/ci/release-partner-repack/kind.yml @@ -145,46 +145,46 @@ jobs: - index.releases.v1.{branch}.latest.{product}.latest.partner_repacks.win64 firefox-macosx-eme-free: label: firefox macosx64 EME-free repacks worker: properties: repack_manifests_url: by-project: - mozilla-beta: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" - mozilla-release: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" + mozilla-beta: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" + mozilla-release: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" default: "git@github.com:mozilla-releng/staging-repack-manifests.git" run: buildername: release-{branch}-firefox-macosx64_partner_repacks routes: - index.releases.v1.{branch}.{revision}.{product}.{underscore_version}.build{build_number}.eme_free_repacks.macosx64 - index.releases.v1.{branch}.latest.{product}.latest.eme_free_repacks.macosx64 firefox-win32-eme-free: label: firefox win32 EME-free repacks worker: properties: repack_manifests_url: by-project: - mozilla-beta: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" - mozilla-release: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" + mozilla-beta: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" + mozilla-release: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" default: "git@github.com:mozilla-releng/staging-repack-manifests.git" run: buildername: release-{branch}-firefox-win32_partner_repacks routes: - index.releases.v1.{branch}.{revision}.{product}.{underscore_version}.build{build_number}.eme_free_repacks.win32 - index.releases.v1.{branch}.latest.{product}.latest.eme_free_repacks.win32 firefox-win64-eme-free: label: firefox win64 EME-free repacks worker: properties: repack_manifests_url: by-project: - mozilla-beta: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" - mozilla-release: "https://github.com/mozilla-partners/mozilla-EME-free-manifest" + mozilla-beta: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" + mozilla-release: "git@github.com:mozilla-partners/mozilla-EME-free-manifest" default: "git@github.com:mozilla-releng/staging-repack-manifests.git" run: buildername: release-{branch}-firefox-win64_partner_repacks routes: - index.releases.v1.{branch}.{revision}.{product}.{underscore_version}.build{build_number}.eme_free_repacks.win64 - index.releases.v1.{branch}.latest.{product}.latest.eme_free_repacks.win64
--- a/testing/mozharness/configs/partner_repacks/release_mozilla-esr52_desktop.py +++ b/testing/mozharness/configs/partner_repacks/release_mozilla-esr52_desktop.py @@ -1,6 +1,6 @@ config = { "appName": "Firefox", "log_name": "partner_repack", - "repack_manifests_url": "https://github.com/mozilla-partners/mozilla-sha1-manifest", + "repack_manifests_url": "git@github.com:mozilla-partners/mozilla-sha1-manifest", "repo_file": "https://raw.githubusercontent.com/mozilla/git-repo/master/repo", }