diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-24 23:09:26 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-24 23:09:32 +0000 |
commit | 4aa73f62ed3a16cff7167b5f6c67695931190cfb (patch) | |
tree | 97996260ca1e8f2670617e3524fc7e7bcd1590a4 | |
parent | 9b105a1455889fbf9df95fe45f26d9b9e584f0db (diff) | |
download | ansible-4aa73f62ed3a16cff7167b5f6c67695931190cfb.tar.gz ansible-4aa73f62ed3a16cff7167b5f6c67695931190cfb.tar.xz ansible-4aa73f62ed3a16cff7167b5f6c67695931190cfb.zip |
add releases redirect for bind-dyndb-ldap. ticket 5846
-rw-r--r-- | files/httpd/fedorahosted-redirects.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/httpd/fedorahosted-redirects.conf b/files/httpd/fedorahosted-redirects.conf index 268af2087..b209629ed 100644 --- a/files/httpd/fedorahosted-redirects.conf +++ b/files/httpd/fedorahosted-redirects.conf @@ -182,6 +182,8 @@ RewriteRule ^/bind-dyndb-ldap/report https://pagure.io/bind-dyndb-ldap/issues [R RewriteRule ^/bind-dyndb-ldap/ticket/(.*) https://pagure.io/bind-dyndb-ldap/issue/$1 [R=301] RewriteRule ^/bind-dyndb-ldap/changeset/(.*) https://pagure.io/bind-dyndb-ldap/c/$1 [R=301] RewriteRule ^/bind-dyndb-ldap https://pagure.io/bind-dyndb-ldap [R=301] +RewriteRule ^/released/bind-dyndb-ldap/(.*) https://releases.pagure.io/bind-dyndb-ldap [R=301] +RewriteRule ^/released/bind-dyndb-ldap https://releases.pagure.io/bind-dyndb-ldap [R=301] RewriteRule ^/released/ding-libs/(.*) https://releases.pagure.org/SSSD/ding-libs/$1 [R=301] RewriteRule ^/released/ding-libs https://releases.pagure.org/SSSD/ding-libs/ [R=301] |