summaryrefslogtreecommitdiff
path: root/aphrodite
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-05-22 15:11:14 +0300
committertoufic ar <contact@toufy.me>2026-05-22 15:11:14 +0300
commit82c71f378221f332c23664031b9a8400c0727652 (patch)
treec0c03b5111d63edcf3ac16c717b870354d4e00a8 /aphrodite
parentdc9424d674707cd6424f76b95618d5d10d58458e (diff)
downloadservers-82c71f378221f332c23664031b9a8400c0727652.tar.gz
servers-82c71f378221f332c23664031b9a8400c0727652.zip
gitolite: enable repo-specific-hooks
Diffstat (limited to 'aphrodite')
-rw-r--r--aphrodite/devops/git.nix2
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',
],
);
'';