#633 Allow policies to specify product versions to match as regexes
Closed by adamwill. Opened by adamwill.
adamwill/greenwave product-version-regex  into  master

Download 633.patch

This is to allow a policy that applies to fedora-34, fedora-35
and fedora-101, but not to fedora-rawhide. Currently for the
openQA update testing policy we have to bodge this by listing
fedora-3, fedora-4, fedora-5*...but that causes greenwave to
publish a lot of unnecessary messages, and fixing that would be
messy.

Signed-off-by: Adam Williamson awilliam@redhat.com

Would it work with fedora-[1-9]* without having to add regex support here?

oh, hmm, possibly. I'll run a few tests with fnmatch. Good idea.

Yeah, sorry for the delay, but looks like that would in fact do what we want too. So I'll drop this. Thanks for the idea.

Pull-Request has been closed by adamwill

Metadata