bugz: include ON_QA status in redirect

Signed-off-by: Francois Andrieu <naolwen@gmail.com>
This commit is contained in:
Francois Andrieu 2020-07-31 14:01:39 +02:00
parent a96ff74f27
commit 798bf46c82

View file

@ -1,5 +1,5 @@
RewriteEngine On
RewriteMap lowercase int:tolower
RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&classification=Fedora&product=Fedora&product=Fedora%20EPEL&component=$1 [R,L]
RewriteRule ^/(.+) https://bugzilla.redhat.com/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=ON_QA&classification=Fedora&product=Fedora&product=Fedora%20EPEL&component=$1 [R,L]
RewriteRule ^/$ https://bugzilla.redhat.com/ [R,L]