From 0cf31460831e3f9e26ae7c44df45682be8fd58bc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Jul 2015 14:44:48 +0200 Subject: reproducible NetBSD: add job and initial script, atm only testing sparc64 --- etc/apache2/sites-available/jenkins.debian.net | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/apache2/sites-available') 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] -- cgit v1.2.3-70-g09d2