mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Merge branch 'master' of ssh://pagure.io/fedora-infra/ansible
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user