Make bugz.fedoraproject.org display all open bugs for a package
Currently it's configured to show NEW, ASSIGNED, and ON_QA bugs. However: - this misses pending Bodhi updates, which have bugs set to MODIFIED - approved but not built package reviews are often set to POST For simplicity, just show all open bugs with `__open__`. Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
This commit is contained in:
parent
3a5b83e62b
commit
fb42ccf3e6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
RewriteEngine On
|
||||
RewriteMap lowercase int:tolower
|
||||
|
||||
RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA&classification=Fedora&product=Fedora&product=Fedora\ EPEL&component=$1 [R,L]
|
||||
RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=__open__&classification=Fedora&product=Fedora&product=Fedora\ EPEL&component=$1 [R,L]
|
||||
RewriteRule ^/$ https://bugzilla.redhat.com/ [R,L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue