[Qa-jenkins-scm] [jenkins.debian.net] 01/01: redirect reproducible-builds.org to https://reproducible.debian.net for now, we will want to change that for some urls

Holger Levsen holger at moszumanska.debian.org
Sat Aug 29 11:34:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 8eed84fe50a7a121350770e2d408308e5d3e246d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sat Aug 29 13:34:13 2015 +0200

    redirect reproducible-builds.org to https://reproducible.debian.net for now, we will want to change that for some urls
---
 hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
index 32d9958..50e7f94 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
@@ -89,6 +89,7 @@ Use localhost-directives 10.0.2.1
 
 Use common-debian-service-https-redirect jenkins.debian.net
 Use common-debian-service-https-redirect reproducible.debian.net
+Use common-debian-service-https-redirect reproducible-builds.org
 
 <VirtualHost *:443>
 	Use common-directives jenkins.debian.net
@@ -132,6 +133,10 @@ Use common-debian-service-https-redirect reproducible.debian.net
 	RewriteCond %{REQUEST_URI} ^/userContent/rbuild/
 	RewriteRule ^/?(.*) https://reproducible.debian.net/$1 [R=301,L]
 
+	# redirects reproducible-builds.org to https://reproducible.debian.net
+	RewriteCond %{HTTP_HOST} reproducible-builds\.org
+	RewriteRule ^/?(.*) https://reproducible.debian.net/$1 [R=301,L]
+
 	<Proxy *>
 		Require all granted
 	</Proxy>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list