fix erroneous whitelist
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 May 2010 19:40:38 +0000 (21:40 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 25 May 2010 19:40:38 +0000 (21:40 +0200)
scripts/git-daemon.sysconfig

index c167a6c..2d87ca2 100644 (file)
@@ -1,6 +1,6 @@
 # variables looked at
 GITDIR=/git
-GITWHITELIST="/git/build.git /git/tests.git /tests/infrastructure.git"
+GITWHITELIST="/git/{build,infrastructure,playground,tests}.git"
 PORT=9418
 VERBOSE=
 DETACH=--detach