[Qa-jenkins-scm] [jenkins.debian.net] 01/03: reproducible: also correctly rewrite /debian/ and /fedora/ URLs
Holger Levsen
holger at moszumanska.debian.org
Wed Jan 20 14:23:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 416335eae39c8470f0afee4e7d35254760833b66
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jan 20 15:11:16 2016 +0100
reproducible: also correctly rewrite /debian/ and /fedora/ URLs
---
.../etc/apache2/sites-available/jenkins.debian.net.conf | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
index a81f04d..c98b4f4 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
@@ -144,7 +144,6 @@ Use common-debian-service-https-redirect reproducible-builds.org
RewriteCond %{REQUEST_URI} ^/userContent/rbuild/
RewriteRule ^/?(.*) https://reproducible.debian.net/$1 [R=301,L]
-
<Proxy *>
Require all granted
</Proxy>
@@ -488,9 +487,19 @@ Use common-debian-service-https-redirect reproducible-builds.org
RewriteRule ^/(.*) /archlinux/archlinux.html [R,L]
# redirect /issues/ to /index_issues.html
+ RewriteCond %{HTTP_HOST} tests\.reproducible-builds\.org
RewriteCond %{REQUEST_URI} ^/issues/$
RewriteRule ^/(.*) /index_issues.html [R,L]
+ # temporary redirects until the html is rewritten
+ RewriteCond %{HTTP_HOST} tests\.reproducible-builds\.org
+ RewriteCond %{REQUEST_URI} ^/debian/$
+ RewriteRule ^/?(.*) /reproducible.html [R,L]
+ # and another:
+ RewriteCond %{HTTP_HOST} tests\.reproducible-builds\.org
+ RewriteCond %{REQUEST_URI} ^/fedora/$
+ RewriteRule ^/?(.*) /rpms/fedora-23.html [R,L]
+
<Proxy *>
Require all granted
</Proxy>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list