Sometimes I need to filter tasks that are only relevant to building containers. So, I'd expect methods buildContainer and createContainer would be in the selectbox when listing tasks. However, I don't see anything like that there. Is it possible to add such items to the list, please?
It is configurable on webserver side and dev team doesn't have access to Fedora's instance. Can you open this issue in https://pagure.io/releng/issues as a confiuguration request?
Metadata Update from @tkopecek: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)
@tkopecek Where might we look to toggle that on the webserver side?
@codeblock /etc/kojiweb/web.conf You can use options Tasks, ToplevelTasks and ParentTasks. In this case it could look like:
/etc/kojiweb/web.conf
Tasks
ToplevelTasks
ParentTasks
Tasks = buildContainer,createContainer ParentTasks = buildContainer
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/795
Please continue any further discussion there.