From 21fd4a7ca6d45ef09c4ae79f5c58816a636912c0 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Tue, 5 Nov 2024 15:18:25 +0100 Subject: [PATCH] copr: deny trust admins fas group Someone from that group created "trolling" copr group copr-gonzo, so we denied this group. If someone will complain, redirect them to this commit message. --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 59875f4398..da1a3781e8 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -110,7 +110,7 @@ DIST_GIT_CLONE_URL="https://{{ dist_git_base_url }}/git" COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs" # no need to filter cla_* groups, they are already filtered by fedora openid -GROUP_DENYLIST = ['fedorabugs', 'packager', 'provenpackager', 'ipausers', 'signed_fpca', 'fedora-contributor'] +GROUP_DENYLIST = ['fedorabugs', 'packager', 'provenpackager', 'ipausers', 'signed_fpca', 'fedora-contributor', 'trust admins'] DEFER_BUILD_SECONDS = 300