From 55eb782582e2371457cd6d9cc0d88617edbebc79 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 29 Mar 2024 10:37:24 -0700 Subject: [PATCH] koji_hub: also show kiwi jobs in search dropdown Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/web.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/web.conf.j2 b/roles/koji_hub/templates/web.conf.j2 index 634e93e9df..d4c26206d9 100644 --- a/roles/koji_hub/templates/web.conf.j2 +++ b/roles/koji_hub/templates/web.conf.j2 @@ -35,7 +35,7 @@ KojiHubCA = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem Tasks = buildContainer,createContainer,runroot,osbuildImage,createKiwiImage ParentTasks = buildContainer,osbuildImage,kiwiBuild {% else %} -Tasks = buildContainer,createContainer,runroot,osbuildImage -ParentTasks = buildContainer,osbuildImage +Tasks = buildContainer,createContainer,runroot,osbuildImage,createKiwiImage +ParentTasks = buildContainer,osbuildImage,kiwiBuild {% endif %} ToplevelTasks = osbuildImage