From 60ceb320ad496b850514fb566056fa90d066d3a2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 22 May 2010 21:44:04 +0200 Subject: [PATCH] add the infrastructure module and fix synatx --- scripts/git-daemon.sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git-daemon.sysconfig b/scripts/git-daemon.sysconfig index 5c90b9d..c167a6c 100644 --- a/scripts/git-daemon.sysconfig +++ b/scripts/git-daemon.sysconfig @@ -1,6 +1,6 @@ # variables looked at GITDIR=/git -GITWHITELIST=/git/build.git /git/tests.git +GITWHITELIST="/git/build.git /git/tests.git /tests/infrastructure.git" PORT=9418 VERBOSE= DETACH=--detach -- 2.43.0