[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: add apache2 redirects for bullseye
Holger Levsen
gitlab at salsa.debian.org
Mon Jul 8 12:20:24 BST 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
b2a24dbe by Holger Levsen at 2019-07-08T11:20:15Z
reproducible Debian: add apache2 redirects for bullseye
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
=====================================
@@ -91,19 +91,19 @@ RewriteCond %{REQUEST_URI} ^/(debian/|)index_last_48h.html$ [or]
RewriteCond %{REQUEST_URI} ^/(debian/|)index_all_abc.html$
RewriteRule ^/(debian/|)?(.+) /debian/unstable/amd64/$2 [R=301,L]
-# redirect /testing to /buster
+# redirect /testing to /bullseye
# note: no flags on the rule, will cause apache to continue after rewriting
# the url and apply the next rule
Rewritecond %{REQUEST_URI} ^/debian/testing
-RewriteRule ^/debian/testing/(.*) /debian/buster/$1
+RewriteRule ^/debian/testing/(.*) /debian/bullseye/$1
# redirect /$suite to /$suite/index_suite_amd64_stats.html
# note: the missing slash in the RewriteRule is wanted to avoid a double slash
-RewriteCond %{REQUEST_URI} ^/(debian/|)(stretch|buster|unstable|experimental)(/|)$
+RewriteCond %{REQUEST_URI} ^/(debian/|)(stretch|buster|bullseye|unstable|experimental)(/|)$
RewriteRule ^/(debian/|)(.*) /debian/$2/index_suite_amd64_stats.html [R,L]
# redirect /$suite/$arch to $suite/index_suite_$arch_stats.html
-RewriteCond %{REQUEST_URI} ^/(debian/|)(stretch|buster|unstable|experimental)/(amd64|arm64|armhf|i386)(/|)$
+RewriteCond %{REQUEST_URI} ^/(debian/|)(stretch|buster|bullseye|unstable|experimental)/(amd64|arm64|armhf|i386)(/|)$
RewriteRule ^/(debian/|)([a-z0-9]+)/([a-z0-9]+) /debian/$2/index_suite_$3_stats.html [R,L]
# redirect /$arch to /unstable/index_suite_$arch_stats.html
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b2a24dbe92dd3fdba679a4ddf9b2e98d56ae6ee6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b2a24dbe92dd3fdba679a4ddf9b2e98d56ae6ee6
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/20190708/bcce9ce4/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list