mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Use correct repo url
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -11,7 +11,7 @@ RewriteRule ^/$ /pub [R=302,L]
|
||||
# Can be nuked after F28 GA
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_USER_AGENT} ^ostree$
|
||||
RewriteRule ^/ostree/27/(.*)$ http://brokenostreekojipkgs.fedoraproject.org/ostree/27/$1 [L,R=302]
|
||||
RewriteRule ^/ostree/27/(.*)$ http://brokenostreekojipkgs.fedoraproject.org/atomic/repo/$1 [L,R=302]
|
||||
|
||||
|
||||
RedirectMatch 302 ^/pub/fedora/linux/atomic/(.*$) https://kojipkgs.fedoraproject.org/atomic/$1
|
||||
|
||||
Reference in New Issue
Block a user