From 3f79065f31ff12815423a67c1926dd2c85740eb8 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 27 May 2010 11:19:53 +0200 Subject: [PATCH] whitelist all repos --- scripts/git-daemon.sysconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.0