just found koji list-builds option --pattern doesn't support glob range pattern, e.g:
koji list-builds --pattern 'kernel-[0-9]eln' #does not work and koji list-builds --pattern 'kernel-[456]eln' #does not work, but koji list-builds --pattern 'kernel-6eln' #works well
You're right that list-builds support only glob searches. If you need to use more granular searchs I would recommend using koji search build 'kernel-[456]eln' --regex for full regexp support. I'm not sure if extending list-build command here is a big gain.
list-builds
koji search build 'kernel-[456]eln' --regex
list-build
Metadata Update from @tkopecek: - Custom field Size adjusted to None
Is it sufficient @jiyin ?
Metadata Update from @tkopecek: - Issue close_status updated to: Dropped - Issue status updated to: Closed (was: Open)
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/3482
Please continue any further discussion there.