X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-daemon.sysconfig;h=0bd6e95f3f8bec3b15b35582ceb31a292d97bdb3;hb=a8aa1baef6f4d1df60f44d1d542912acff913226;hp=b78f394dbf225023e82afe7a7bbf20ce4ccddc6b;hpb=a3f5165a5bb97279cc475ddd3f35840acb0ef5f1;p=infrastructure.git diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index b78f394..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,omf,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