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