X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-daemon.sysconfig;h=0bd6e95f3f8bec3b15b35582ceb31a292d97bdb3;hb=HEAD;hp=2d87ca2b114e460bc3db156a3156e5b86a4b4c5b;hpb=94d9502d3316083b5bdb71e69b0215b6a25ffaea;p=infrastructure.git diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index 2d87ca2..0bd6e95 100644 --- a/scripts/git-daemon.sysconfig +++ b/scripts/git-daemon.sysconfig @@ -1,6 +1,8 @@ # variables looked at GITDIR=/git -GITWHITELIST="/git/{build,infrastructure,playground,tests}.git" +#GITWHITELIST=$(ls -d /git/{build,infrastructure,omf,playground,tests}.git) +# whitelist everything for now +GITWHITELIST=$(ls -d /git/*.git /git-slave/*.git 2> /dev/null) PORT=9418 VERBOSE= DETACH=--detach