From 9e17d4e3c2b244a6de85dd77f80a83488d516eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 12 Oct 2015 15:10:02 +0200 Subject: [PATCH] copr: blacklist some fas groups in Copr --- roles/copr/frontend/templates/copr.conf | 2 ++ 1 file changed, 2 insertions(+) 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']