From c94f757e0d85f3bf356b58eef6e60143887b00a0 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 5 Sep 2017 12:26:48 +0000 Subject: [PATCH] Allow the packager group to submit module builds. --- roles/mbs/common/templates/config.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 81b68c5cfc..6b092410eb 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -86,10 +86,8 @@ class ProdConfiguration(BaseConfiguration): # These groups are allowed to submit builds. ALLOWED_GROUPS = [ - 'factory2', - 'modularity-wg', - # Not allowed until FESCo approves us in the F27 timeframe. - #'packager', + # https://pagure.io/fesco/issue/1763 + 'packager', ] # These groups are allowed to cancel the builds of other users.