summaryrefslogtreecommitdiffstats
path: root/hosts/jenkins
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-07-23 02:16:26 +0200
committerHolger Levsen <holger@layer-acht.org>2016-07-23 10:45:24 -0400
commit270066ccae1e1f99e838e6da9895e8567239a42e (patch)
treedad1acb567fcd7192130f8d08a5cb326f10992de /hosts/jenkins
parente8d0a820cf455cb577b85d74869c0e8ddeaf4cb0 (diff)
downloadjenkins.debian.net-270066ccae1e1f99e838e6da9895e8567239a42e.tar.xz
add LEDE build script and job
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'hosts/jenkins')
-rw-r--r--hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf5
1 files changed, 5 insertions, 0 deletions
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(/|)$