Allow the packager group to submit module builds.
This commit is contained in:
parent
d434e8d6c9
commit
c94f757e0d
1 changed files with 2 additions and 4 deletions
|
@ -86,10 +86,8 @@ class ProdConfiguration(BaseConfiguration):
|
||||||
|
|
||||||
# These groups are allowed to submit builds.
|
# These groups are allowed to submit builds.
|
||||||
ALLOWED_GROUPS = [
|
ALLOWED_GROUPS = [
|
||||||
'factory2',
|
# https://pagure.io/fesco/issue/1763
|
||||||
'modularity-wg',
|
'packager',
|
||||||
# Not allowed until FESCo approves us in the F27 timeframe.
|
|
||||||
#'packager',
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# These groups are allowed to cancel the builds of other users.
|
# These groups are allowed to cancel the builds of other users.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue