koschei icon indicating copy to clipboard operation
koschei copied to clipboard

[package-detail] Fix Koji build URL

Open WOnder93 opened this issue 1 year ago • 0 comments

Currently the URL sets the "match" parameter to an empty string, which is rejected by Koji:

An error has occurred in the web interface code. This could be due to a bug or a configuration issue.
koji.GenericError: No such match type: ''

Fix the URL template by passing "match=exact" instead, which works as intended.

WOnder93 avatar Dec 21 '23 09:12 WOnder93