koji_hub: add osbuildImage to the list of tasks in koji-web

osbuildImage is a task, it can have children (tagging) and can exist as
a top-level task, thus I'm adding it into all lists.

This is needed in order to osbuildImage appearing on the list task page:
https://koji.fedoraproject.org/koji/tasks
This commit is contained in:
Ondřej Budai 2022-09-21 22:21:32 +02:00 committed by kevin
parent a59f582c09
commit 8567770f43

View file

@ -31,5 +31,6 @@ loginDisabled = True
KojiHubCA = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
Tasks = buildContainer,createContainer,runroot
ParentTasks = buildContainer
Tasks = buildContainer,createContainer,runroot,osbuildImage
ParentTasks = buildContainer,osbuildImage
ToplevelTasks = osbuildImage