Bug 1435638 - Use ssh to clone partner repack manifests, r=bhearsum DONTBUILD

This commit is contained in:
Nick Thomas 2018-02-08 15:24:50 +13:00
Родитель b001a7cd81
Коммит 663c59e840
2 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -150,8 +150,8 @@ jobs:
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
@ -165,8 +165,8 @@ jobs:
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
@ -180,8 +180,8 @@ jobs:
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

Просмотреть файл

@ -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",
}