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:
parent
a59f582c09
commit
8567770f43
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue