Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible
This commit is contained in:
commit
7fd4105aba
2 changed files with 4 additions and 1 deletions
|
@ -109,6 +109,9 @@ file_check_url = "https://src.fedoraproject.org/%(namespace)s/%(repo)s/blob/%(br
|
|||
[consumer_config.pdc_import_compose]
|
||||
old_composes_url = "https://kojipkgs.fedoraproject.org/compose/"
|
||||
|
||||
[consumer_config.pdc_modules]
|
||||
mbs_url = "https://mbs.fedoraproject.org/module-build-service/2/module-builds/"
|
||||
|
||||
|
||||
[qos]
|
||||
prefetch_size = 0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
RewriteEngine On
|
||||
RewriteMap lowercase int:tolower
|
||||
|
||||
RewriteRule ^/(.+) https://apps.fedoraproject.org/packages/$1/bugs/all [R,L]
|
||||
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/ [R,L]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue