diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-22 10:33:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-22 10:33:23 +0200 |
commit | 6252029969544a0df2af971db5bb56e966e6ad09 (patch) | |
tree | 75586526499e9ca4c987ade81f247386f0efb5cb | |
parent | c5a7c8a5669b1549e50d1c44a633f0400203ed46 (diff) | |
download | jenkins.debian.net-6252029969544a0df2af971db5bb56e966e6ad09.tar.xz |
reproducible: fixup rewrite condition in c5a7c8a5
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net index dc67a918..8ef4ddaf 100644 --- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net +++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net @@ -209,7 +209,7 @@ Use common-debian-service-https-redirect reproducible-builds.org RewriteCond %{HTTP_HOST} reproducible\.debian\.net RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d - RewriteCond /var/lib/jenkins/userContent/reproducible/rb-pkg/$1/(amd64|armhf)/$2.html -f + RewriteCond /var/lib/jenkins/userContent/reproducible/rb-pkg/$1/$2/$3.html -f RewriteRule ^/(unstable|testing|experimental)/([a-z0-9]+)/([a-z0-9.+-]+) /rb-pkg/$1/$2/$3.html [R=302,L] # redirect rb.d.n/rb-pkg/$PKG.html → rb.d.n/rb-pkg/unstable/amd64/$PKG.html |