diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-05 14:44:48 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-05 14:44:48 +0200 |
commit | 0cf31460831e3f9e26ae7c44df45682be8fd58bc (patch) | |
tree | 04fd860deef0af3d71b0e38f035d821c52991a89 /etc | |
parent | 3e0393deb8d8769f5aafe231062ba319aad37100 (diff) | |
download | jenkins.debian.net-0cf31460831e3f9e26ae7c44df45682be8fd58bc.tar.xz |
reproducible NetBSD: add job and initial script, atm only testing sparc64
Diffstat (limited to 'etc')
-rw-r--r-- | etc/apache2/sites-available/jenkins.debian.net | 6 |
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] |