From: Silvio Rhatto Date: Mon, 2 Sep 2013 00:09:31 +0000 (-0300) Subject: Fixing gitolite umask X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=91b99ab809eb7c9d9e3649235f32358074ff2830;p=puppet-git.git Fixing gitolite umask --- diff --git a/files/gitolite.rc.wheezy b/files/gitolite.rc.wheezy index a1dd058..7ed5622 100644 --- a/files/gitolite.rc.wheezy +++ b/files/gitolite.rc.wheezy @@ -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