#188 bugz: include ON_QA status in redirect
Merged 3 years ago by pingou. Opened 3 years ago by darknao.
fedora-infra/ darknao/ansible issue/9185  into  master

@@ -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]

Looks good to me, thanks!

Pull-Request has been merged by pingou

3 years ago

Applied by running: playbooks/groups/proxies.yml -t packages/bugz.fp.o.

It failed on proxy33 but that's a WIP proxy, so kinda expected