diff options
author | Ralph Bean <rbean@redhat.com> | 2017-09-05 12:26:48 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-09-05 12:26:48 +0000 |
commit | c94f757e0d85f3bf356b58eef6e60143887b00a0 (patch) | |
tree | 10b6e0a52a368c731900a04311a8753d417fd8fd | |
parent | d434e8d6c9d181ee9c4ac907b122845b9fb1eee2 (diff) | |
download | ansible-c94f757e0d85f3bf356b58eef6e60143887b00a0.tar.gz ansible-c94f757e0d85f3bf356b58eef6e60143887b00a0.tar.xz ansible-c94f757e0d85f3bf356b58eef6e60143887b00a0.zip |
Allow the packager group to submit module builds.
-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. |