From 22b48c202a1c71b190b40a55ca8edeebb63fefa7 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Fri, 16 Jun 2017 14:48:35 +0200 Subject: reproducible debian: introduce buster Signed-off-by: Mattia Rizzolo Signed-off-by: Holger Levsen --- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts') 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 eb2585a5..5f6c4f83 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf @@ -268,11 +268,11 @@ Use common-debian-service-https-redirect www.reproducible-builds.org RewriteCond %{REQUEST_URI} ^/(debian/|)index_all_abc.html$ RewriteRule ^/(debian/|)?(.+) /debian/unstable/amd64/$2 [R=301,L] - # redirect /testing to /stretch + # redirect /testing to /buster # 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/|)(.*) /debian/stretch/ + RewriteRule ^/(debian/|)(.*) /debian/buster/ # redirect /$suite to /$suite/index_suite_amd64_stats.html # note: the missing slash in the RewriteRule is wanted to avoid a double slash -- cgit v1.2.3-54-g00ecf