From fb9a032a89a8f8be9938687383a84f6959eeb61f Mon Sep 17 00:00:00 2001 From: Robby Callicotte Date: Tue, 8 Oct 2024 18:29:53 -0500 Subject: [PATCH] Added EPEL tags policies to package_list. --- roles/koji_hub/templates/hub.conf.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 4cda72b126..7fb897448d 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -187,6 +187,8 @@ package_list = tag f{{FedoraBranchedNumber}} && match action add unblock {{ 'block' if not Frozen or FedoraBranchedBodhi != 'postbeta' else '' }} :: allow # Stable releases: only adding and unblocking is allowed. tag f{{FedoraCycleNumber}} f{{FedoraPreviousCycleNumber}} && match action add unblock :: allow + # EPEL: adding, blocking, and unblocking are allowed + tag epel8 epel9 epel9-next epel10.0 && match action add unblock block :: allow } # Infra people can themselves add/block/unblock packages in their # tags without bothering admins.