From dbade2fa0b7d2721fc72e441956af2df957a282c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 10 Dec 2020 15:36:42 -0800 Subject: [PATCH] koji_hub: also allow epel7/8 side tags Signed-off-by: Kevin Fenzi --- 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 b09a851532..2e92b42a86 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -188,4 +188,6 @@ sidetag = tag f33-build :: allow tag f32-build :: allow tag eln-build :: allow + tag epel8-build :: allow + tag epel7-build :: allow all :: deny