From af6dcc6c3bc892ad16cb80241a5792e8763b76c2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 2 Oct 2019 22:27:51 +0000 Subject: [PATCH] koji / hub / sidetag_plugin: enable plugin in prod also. Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/hub.conf.j2 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 23fadc5c31..3bdc01ec9b 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -75,12 +75,7 @@ DisableNotifications = True #Plugins = koji-disable-builds-plugin #Plugins = darkserver-plugin -{% if env == "staging" %} Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo sidetag_hub -{% else %} -Plugins = fedmsg-koji-plugin runroot_hub hub_containerbuild tag2distrepo -{% endif %} - [policy] @@ -165,10 +160,8 @@ package_list = # Catch-all rule. all :: deny -{% if env == "staging" %} sidetag = + tag f32-build :: allow tag f31-build :: allow tag f30-build :: allow - tag f29-build :: allow all :: deny -{% endif %}