From: Thierry Parmentelat Date: Thu, 25 Apr 2013 08:24:12 +0000 (+0200) Subject: add /git-slave to the scope of the git daemon X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4fee64b857ac350d5a466d9b0fb0cb7760b16ed6;p=infrastructure.git add /git-slave to the scope of the git daemon --- 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