From 270066ccae1e1f99e838e6da9895e8567239a42e Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 23 Jul 2016 02:16:26 +0200 Subject: add LEDE build script and job Signed-off-by: Holger Levsen --- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/jenkins/etc/apache2/sites-available') 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 8390ba55..a10f9989 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf @@ -297,6 +297,11 @@ Use common-debian-service-https-redirect reproducible-builds.org RewriteCond %{REQUEST_URI} ^/openwrt(/|)$ RewriteRule ^/(.*) /openwrt/openwrt.html [R,L] + # redirect /lede/ to lede/lede.html + # note: the missing slash in the RewriteRule is wanted to avoid a double slash + RewriteCond %{REQUEST_URI} ^/lede(/|)$ + RewriteRule ^/(.*) /lede/lede.html [R,L] + # redirect /netbsd/ to netbsd/netbsd.html # note: the missing slash in the RewriteRule is wanted to avoid a double slash RewriteCond %{REQUEST_URI} ^/netbsd(/|)$ -- cgit v1.2.3-54-g00ecf