From: Thierry Parmentelat Date: Thu, 27 May 2010 09:19:53 +0000 (+0200) Subject: whitelist all repos X-Git-Tag: foo~130 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3f79065f31ff12815423a67c1926dd2c85740eb8;p=infrastructure.git whitelist all repos --- diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index 156f5d8..fd173bf 100644 --- a/scripts/git-daemon.sysconfig +++ b/scripts/git-daemon.sysconfig @@ -1,6 +1,8 @@ # variables looked at GITDIR=/git -GITWHITELIST=$(ls -d /git/{build,infrastructure,omf,playground,tests}.git) +#GITWHITELIST=$(ls -d /git/{build,infrastructure,omf,playground,tests}.git) +# whitelist everything for now +GITWHITELIST=$(ls -d /git/*.git) PORT=9418 VERBOSE= DETACH=--detach