Bug 1363742 - delete code that references mozilla-aurora in buildbot configs and taskcluster, r=kmoir (patch by spacurar)

This commit is contained in:
Alin Selagea
2017-06-19 14:53:57 +03:00
parent 805268ae6f
commit 8a4bb6cb1a
6 changed files with 10 additions and 22 deletions

View File

@@ -40,7 +40,6 @@ 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([
@@ -73,7 +72,6 @@ DEVEDITION_SIGNING_CERT_SCOPES = {
BEETMOVER_SCOPE_ALIAS_TO_PROJECT = [[
'all-nightly-branches', set([
'mozilla-central',
'mozilla-aurora',
'mozilla-beta',
'mozilla-release',
])
@@ -136,10 +134,6 @@ BALROG_SCOPE_ALIAS_TO_PROJECT = [[
'nightly', set([
'mozilla-central',
])
], [
'aurora', set([
'mozilla-aurora',
])
], [
'beta', set([
'mozilla-beta',