[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Allow Indexes on	r-b.org/git
    Holger Levsen 
    holger at moszumanska.debian.org
       
    Wed Nov  4 08:37:53 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 131692b442a39e0aa5040b28744e2c7ea3995dbe
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Wed Nov 4 09:24:56 2015 +0100
    Allow Indexes on r-b.org/git
    
    Even if Git can fetch the repositories, people are unhappy when they see a 403.
---
 hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net | 1 +
 1 file changed, 1 insertion(+)
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
index 2ef12b7..02dfb52 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net
@@ -328,6 +328,7 @@ Use common-debian-service-https-redirect reproducible-builds.org
 		Require all granted
 	</Directory>
 	<Directory /srv/reproducible-builds.org/git>
+		Options Indexes
 		AllowOverride None
 		Require all granted
 	</Directory>
-- 
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