X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-daemon.sysconfig;h=0bd6e95f3f8bec3b15b35582ceb31a292d97bdb3;hb=0f9d55936cdd62bb3b3d338ad3373a7de3b2b6a6;hp=bfe5faefa84589317de71836434682049028ea61;hpb=8ad691c6cee242e05b260aee506e11f38dbce9dd;p=infrastructure.git diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index bfe5fae..0bd6e95 100644 --- a/scripts/git-daemon.sysconfig +++ b/scripts/git-daemon.sysconfig @@ -1,6 +1,8 @@ # variables looked at -GITDIR=/git/git -GITWHITELIST=/git/git/tests +GITDIR=/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