[Qa-jenkins-scm] [jenkins.debian.net] 03/04: reproducible openwrt: add logo. add redirect for /openwrt/
Holger Levsen
holger at moszumanska.debian.org
Fri Jun 12 16:26:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 46c182707bbaf63f79d85e575a16fd90b95ec344
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Jun 12 18:19:23 2015 +0200
reproducible openwrt: add logo. add redirect for /openwrt/
---
etc/apache2/sites-available/jenkins.debian.net | 6 ++++++
userContent/reproducible/openwrt/logo.png | Bin 0 -> 13810 bytes
2 files changed, 6 insertions(+)
diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net
index b036240..4986d7d 100644
--- a/etc/apache2/sites-available/jenkins.debian.net
+++ b/etc/apache2/sites-available/jenkins.debian.net
@@ -252,6 +252,12 @@ Use common-debian-service-https-redirect reproducible.debian.net
RewriteCond %{REQUEST_URI} ^/coreboot/$
RewriteRule ^/(.*) /coreboot/coreboot.html [R,L]
+ # redirect /openwrt/ to openwrt/openwrt.html
+ # note: the missing slash in the RewriteRule is wanted to avoid a double slash
+ RewriteCond %{HTTP_HOST} reproducible\.debian\.net
+ RewriteCond %{REQUEST_URI} ^/openwrt/$
+ RewriteRule ^/(.*) /openwrt/openwrt.html [R,L]
+
<Proxy *>
Require all granted
</Proxy>
diff --git a/userContent/reproducible/openwrt/logo.png b/userContent/reproducible/openwrt/logo.png
new file mode 100644
index 0000000..916fb57
Binary files /dev/null and b/userContent/reproducible/openwrt/logo.png differ
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list