From 73bb6636345ced8aba118c0558018810c1fbed6e Mon Sep 17 00:00:00 2001 From: Tom Prince Date: Tue, 10 Apr 2018 14:36:38 -0600 Subject: [PATCH] Bug 1421062: Enable production signing on comm-* branches; r=aki a=Aryx Differential Revision: https://phabricator.services.mozilla.com/D904 --HG-- extra : rebase_source : cbe6acaa43118fad716ae2079d5c21eac3469935 extra : amend_source : f64cbcddb4f8fb4ff339cf49cc5cf0dd608601b7 --- taskcluster/taskgraph/util/scriptworker.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/taskgraph/util/scriptworker.py b/taskcluster/taskgraph/util/scriptworker.py index 8e1a0212e30e..c2757824c399 100644 --- a/taskcluster/taskgraph/util/scriptworker.py +++ b/taskcluster/taskgraph/util/scriptworker.py @@ -40,11 +40,13 @@ This is a list of list-pairs, for ordering. SIGNING_SCOPE_ALIAS_TO_PROJECT = [[ 'all-nightly-branches', set([ 'mozilla-central', + 'comm-central', ]) ], [ 'all-release-branches', set([ 'mozilla-beta', 'mozilla-release', + 'comm-beta', ]) ]]