From 9e868b7e8f4540f55784e70f14944250f7718857 Mon Sep 17 00:00:00 2001 From: Nick Date: Sun, 11 Jul 2010 22:04:16 +0000 Subject: Now, gitd automatically marks resdb as exportable, saving manual labor. --- gitd | 1 + 1 file changed, 1 insertion(+) (limited to 'gitd') diff --git a/gitd b/gitd index 533a26d..3d21dc2 100755 --- a/gitd +++ b/gitd @@ -1,3 +1,4 @@ #!/bin/sh repodir="$(dirname $0)" +touch "$repodir"/.git/git-daemon-export-ok exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" -- cgit v1.2.3