diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 7c97013fe0..1d9fcfd8d9 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -63,3 +63,5 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https" {% endif %} DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit" + +BLACKLISTED_GROUPS = ['cla_done', 'cla_fedora', 'cla_redhat', 'fedorabugs', 'packager', 'provenpackager']