diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-19 18:26:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-19 18:26:52 +0200 |
commit | 6c5f38a1e790c0c84594215a1da51ffa9ca88a5f (patch) | |
tree | d247ba079ca5f219226c6f58115d7b4f8de04bdd /hosts/jenkins/etc | |
parent | 816510db46d42d04e158a3a46dea830e63631bf2 (diff) | |
download | jenkins.debian.net-6c5f38a1e790c0c84594215a1da51ffa9ca88a5f.tar.xz |
reproducible: keep arch specific stats and introduce suite_$arch_stats
Diffstat (limited to 'hosts/jenkins/etc')
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net index 20bfd25a..5eb342ef 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net @@ -241,11 +241,11 @@ Use common-debian-service-https-redirect reproducible.debian.net RewriteCond %{REQUEST_URI} ^/index_all_abc.html$ RewriteRule ^/?(.+) /unstable/amd64/$1 [R=301,L] - # redirect (/testing|unstable|/experimental) to (/testing|/unstable|/experimental)/index_suite_stats.html + # redirect (/testing|unstable|/experimental) to (/testing|/unstable|/experimental)/index_suite_amd64_stats.html # note: the missing slash in the RewriteRule is wanted to avoid a double slash RewriteCond %{HTTP_HOST} reproducible\.debian\.net RewriteCond %{REQUEST_URI} ^/(testing|unstable|experimental)/$ - RewriteRule ^/(.*) /$1index_suite_stats.html [R,L] + RewriteRule ^/(.*) /$1index_suite_amd64_stats.html [R,L] # redirect /coreboot/ to coreboot/coreboot.html # note: the missing slash in the RewriteRule is wanted to avoid a double slash |