Changes between Version 3 and Version 4 of Enforce umask setting for new gitolite repos
- Timestamp:
- 04/29/25 21:58:47 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Enforce umask setting for new gitolite repos
v3 v4 33 33 This change allows members of the git group — such as the tracd user — to read new repositories created by Gitolite. 34 34 35 Note: This change only affects new repositories created after updating the UMASK. Existing repositories will retain their current permissions unless manually adjusted. Even manually adjusted permissions will be reverted after guix system reconfigure, thus cloning or copying existing bare repos into /home/git/repositories will cause hard to track problems 35 Note: This change only affects new repositories created after updating the UMASK. Existing repositories will retain their current permissions unless manually adjusted. Even manually adjusted permissions will be reverted after guix system reconfigure, thus cloning or copying existing bare repos into /home/git/repositories will cause hard to track problems. 36 36 37 📥 38 The most straightforward way to import an existing repository is to let gitolite create an empty repo, add this as a remote and push from your existing repo 37 See [[Import an existing repo into gitolite]] 38 39 [wiki:Workflows back]