summaryrefslogtreecommitdiffstats
path: root/etc/apache2
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-05 14:44:48 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-05 14:44:48 +0200
commit0cf31460831e3f9e26ae7c44df45682be8fd58bc (patch)
tree04fd860deef0af3d71b0e38f035d821c52991a89 /etc/apache2
parent3e0393deb8d8769f5aafe231062ba319aad37100 (diff)
downloadjenkins.debian.net-0cf31460831e3f9e26ae7c44df45682be8fd58bc.tar.xz
reproducible NetBSD: add job and initial script, atm only testing sparc64
Diffstat (limited to 'etc/apache2')
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net
index bd636f78..668bcf3f 100644
--- a/etc/apache2/sites-available/jenkins.debian.net
+++ b/etc/apache2/sites-available/jenkins.debian.net
@@ -258,6 +258,12 @@ Use common-debian-service-https-redirect reproducible.debian.net
RewriteCond %{REQUEST_URI} ^/openwrt/$
RewriteRule ^/(.*) /openwrt/openwrt.html [R,L]
+ # redirect /netbsd/ to netbsd/netbsd.html
+ # note: the missing slash in the RewriteRule is wanted to avoid a double slash
+ RewriteCond %{HTTP_HOST} reproducible\.debian\.net
+ RewriteCond %{REQUEST_URI} ^/netbsd/$
+ RewriteRule ^/(.*) /netbsd/netbsd.html [R,L]
+
# redirect /issues/ to /index_issues.html
RewriteCond %{REQUEST_URI} ^/issues/$
RewriteRule ^/(.*) /index_issues.html [R,L]