whitelist all repos
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 09:19:53 +0000 (11:19 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 27 May 2010 09:19:53 +0000 (11:19 +0200)
scripts/git-daemon.sysconfig

index 156f5d8..fd173bf 100644 (file)
@@ -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)
 PORT=9418
 VERBOSE=
 DETACH=--detach