Changes between Version 1 and Version 2 of Enforce umask setting for new gitolite repos


Ignore:
Timestamp:
04/29/25 19:12:17 (4 weeks ago)
Author:
enno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Enforce umask setting for new gitolite repos

    v1 v2  
    1 We need to set the umask setting in /home/git/.gitoliterc from 0077 to 0027 to allow users of group git e.g. tracd to read the repository
     1On your gitolite server
     2
     3* Change to the /home/git/ directory
     4
     5* Edit .gitoliterc
     6
     7* Change the umask setting from 0077 (default) to 0027 to allow users of group git e.g. tracd to read the repository
     8
     9NOTE: This will be applied to all '''new''' repos