#3482 [koji list-builds --pattern] pattern does not support 'range' set: [0-9]
Closed: Dropped by tkopecek. Opened by jiyin.

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.

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.

Metadata