diff options
| author | toufic ar <contact@toufy.me> | 2026-05-22 15:11:14 +0300 |
|---|---|---|
| committer | toufic ar <contact@toufy.me> | 2026-05-22 15:11:14 +0300 |
| commit | 82c71f378221f332c23664031b9a8400c0727652 (patch) | |
| tree | c0c03b5111d63edcf3ac16c717b870354d4e00a8 | |
| parent | dc9424d674707cd6424f76b95618d5d10d58458e (diff) | |
| download | servers-82c71f378221f332c23664031b9a8400c0727652.tar.gz servers-82c71f378221f332c23664031b9a8400c0727652.zip | |
gitolite: enable repo-specific-hooks
| -rw-r--r-- | aphrodite/devops/git.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aphrodite/devops/git.nix b/aphrodite/devops/git.nix index 0dd72ad..e465940 100644 --- a/aphrodite/devops/git.nix +++ b/aphrodite/devops/git.nix @@ -22,6 +22,7 @@ in { UMASK => 0027, GIT_CONFIG_KEYS => '.*', LOG_EXTRA => 1, + LOCAL_CODE => "$rc{GL_ADMIN_BASE}/local", ROLES => { READERS => 1, WRITERS => 1, @@ -36,6 +37,7 @@ in { 'git-config', 'daemon', 'gitweb', + 'repo-specific-hooks', ], ); ''; |
