summaryrefslogtreecommitdiffstats
path: root/roles/copr
diff options
context:
space:
mode:
authorMiroslav Suchý <msuchy@redhat.com>2015-10-12 15:10:02 +0200
committerMiroslav Suchý <msuchy@redhat.com>2015-10-12 15:10:11 +0200
commit9e17d4e3c2b244a6de85dd77f80a83488d516eb8 (patch)
tree63d4ae59f76c752fd4245598eabaf0303498a808 /roles/copr
parent2a93e49841fbb841b92ed565cc5543b0d6d0cc4f (diff)
downloadansible-9e17d4e3c2b244a6de85dd77f80a83488d516eb8.tar.gz
ansible-9e17d4e3c2b244a6de85dd77f80a83488d516eb8.tar.xz
ansible-9e17d4e3c2b244a6de85dd77f80a83488d516eb8.zip
copr: blacklist some fas groups in Copr
Diffstat (limited to 'roles/copr')
-rw-r--r--roles/copr/frontend/templates/copr.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf
index 7c97013fe..1d9fcfd8d 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']