X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fgit-daemon.sysconfig;h=0bd6e95f3f8bec3b15b35582ceb31a292d97bdb3;hb=5b5e0debfa7fc62b0558569a64dadc9068ee720b;hp=156f5d828cf65d54346cc912ab3f0fcea1c173e2;hpb=eba34261f2fcbdc51e7cb32077cdbf68898b1011;p=infrastructure.git diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index 156f5d8..0bd6e95 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 /git-slave/*.git 2> /dev/null) PORT=9418 VERBOSE= DETACH=--detach