From 4fee64b857ac350d5a466d9b0fb0cb7760b16ed6 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 25 Apr 2013 10:24:12 +0200 Subject: [PATCH] add /git-slave to the scope of the git daemon --- scripts/git-daemon.sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index fd173bf..0bd6e95 100644 --- a/scripts/git-daemon.sysconfig +++ b/scripts/git-daemon.sysconfig @@ -2,7 +2,7 @@ GITDIR=/git #GITWHITELIST=$(ls -d /git/{build,infrastructure,omf,playground,tests}.git) # whitelist everything for now -GITWHITELIST=$(ls -d /git/*.git) +GITWHITELIST=$(ls -d /git/*.git /git-slave/*.git 2> /dev/null) PORT=9418 VERBOSE= DETACH=--detach -- 2.47.0