koji latest-build -h says the only --type option is maven. However, it just passes that value through to the readTaggedBuilds() RPC, so whatever that hub supports is also supported.
koji latest-build -h
--type
maven
readTaggedBuilds()
The readTaggedBuilds() RPC docstring says the supported type values are "maven", "win", and "image". However, the method also supports any "btype" values, so if an admin has added a content generator, then those content generator btype values are also valid.
type
Let's update both the CLI and API help strings to say "maven", "win", "image", or any custom content generator btypes.
"maven", "win", "image", or any custom content generator btypes
Metadata Update from @tkopecek: - Custom field Size adjusted to None - Issue set to the milestone: 1.27
PR #2953
You meant PR #3000 ?
yep, sorry
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Metadata Update from @mfilip: - Issue tagged with: testing-done
Commit b41e5473 fixes this issue
Commit e48d8134 fixes this issue
Metadata Update from @tkopecek: - Issue set to the milestone: 1.26.1 (was: 1.27)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/2953
Please continue any further discussion there.