copr: no need to filter cla_* groups, they are already filtered by fedora openid
This commit is contained in:
parent
c9977be535
commit
25fe8c323c
1 changed files with 2 additions and 1 deletions
|
@ -64,4 +64,5 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https"
|
|||
|
||||
DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit"
|
||||
|
||||
BLACKLISTED_GROUPS = ['cla_done', 'cla_fedora', 'cla_redhat', 'fedorabugs', 'packager', 'provenpackager']
|
||||
# no need to filter cla_* groups, they are already filtered by fedora openid
|
||||
BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue