fedora-infra / koschei

Continuous integration for Fedora packages
GNU General Public License v2.0
37 stars 15 forks source link

[package-detail] Fix Koji build URL #357

Open WOnder93 opened 9 months ago

WOnder93 commented 9 months ago

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.