Allow the packager group to submit module builds.

This commit is contained in:
Ralph Bean 2017-09-05 12:26:48 +00:00
parent d434e8d6c9
commit c94f757e0d

View file

@ -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.