summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/copr/frontend/templates/copr.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf
index 1d9fcfd8d..a5f198d42 100644
--- a/roles/copr/frontend/templates/copr.conf
+++ b/roles/copr/frontend/templates/copr.conf
@@ -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']