]> gitweb.fluxo.info Git - puppet-git.git/commitdiff
Fixing gitolite umask
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 2 Sep 2013 00:09:31 +0000 (21:09 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 2 Sep 2013 00:09:31 +0000 (21:09 -0300)
files/gitolite.rc.wheezy

index a1dd05891f4f3373c2e372e971bc2f09ef6ff008..7ed5622e9c2a216fd87253b42366e4a1484514d8 100644 (file)
@@ -29,7 +29,7 @@ $GL_WILDREPOS = 0;
 $PROJECTS_LIST = $ENV{HOME} . "/projects.list";
 # $WEB_INTERFACE = "gitweb";
 # $GITWEB_URI_ESCAPE = 0;
-$REPO_UMASK = 0077;
+$REPO_UMASK = 0022;
 
 # ------------------------------------------------------------------------------
 # variables with an efficiency/performance impact