Backed out changeset ca9a7fa7d6a9 (bug 1363742) for breaking decision task

This commit is contained in:
Carsten "Tomcat" Book
2017-06-19 14:25:11 +02:00
parent e695374b6a
commit 7a98a03a05
6 changed files with 22 additions and 10 deletions

View File

@@ -40,6 +40,7 @@ This is a list of list-pairs, for ordering.
SIGNING_SCOPE_ALIAS_TO_PROJECT = [[
'all-nightly-branches', set([
'mozilla-central',
'mozilla-aurora',
])
], [
'all-release-branches', set([
@@ -72,6 +73,7 @@ DEVEDITION_SIGNING_CERT_SCOPES = {
BEETMOVER_SCOPE_ALIAS_TO_PROJECT = [[
'all-nightly-branches', set([
'mozilla-central',
'mozilla-aurora',
'mozilla-beta',
'mozilla-release',
])
@@ -134,6 +136,10 @@ BALROG_SCOPE_ALIAS_TO_PROJECT = [[
'nightly', set([
'mozilla-central',
])
], [
'aurora', set([
'mozilla-aurora',
])
], [
'beta', set([
'mozilla-beta',