[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible alpine: add alpine to apache rewrite rules

Holger Levsen gitlab at salsa.debian.org
Fri Jun 7 16:36:42 BST 2019



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
8f59af7b by kpcyrd at 2019-06-07T15:36:34Z
reproducible alpine: add alpine to apache rewrite rules

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- hosts/jenkins/etc/apache2/reproduciblemap.conf


Changes:

=====================================
hosts/jenkins/etc/apache2/reproduciblemap.conf
=====================================
@@ -135,6 +135,11 @@ RewriteRule ^/(.*) /netbsd/netbsd.html [R,L]
 RewriteCond %{REQUEST_URI} ^/freebsd(/|)$
 RewriteRule ^/(.*) /freebsd/freebsd.html [R,L]
 
+# redirect /alpine/ to alpine/alpine.html
+# note: the missing slash in the RewriteRule is wanted to avoid a double slash
+RewriteCond %{REQUEST_URI} ^/alpine(/|)$
+RewriteRule ^/(.*) /alpine/alpine.html [R,L]
+
 # redirect /archlinux/ to archlinux/archlinux.html
 # note: the missing slash in the RewriteRule is wanted to avoid a double slash
 RewriteCond %{REQUEST_URI} ^/archlinux(/|)$



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8f59af7b11ffb75ed19026747aff6f27e7fa82f2

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/8f59af7b11ffb75ed19026747aff6f27e7fa82f2
You're receiving this email because of your account on salsa.debian.org.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190607/7e07ec3d/attachment.html>


More information about the Qa-jenkins-scm mailing list