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.