diff options
-rw-r--r-- | roles/mbs/common/templates/config.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 81b68c5cf..6b092410e 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. |