# HG changeset patch # User Nick # Date 1278885856 0 # Node ID 17b7c922f9fbd838616404904d2abc1e4e6f1cea # Parent c22cbdac36880aed59df9047e1de1d792a3b1580 Now, gitd automatically marks resdb as exportable, saving manual labor. diff -r c22cbdac3688 -r 17b7c922f9fb gitd --- a/gitd Sun Jul 11 23:16:33 2010 +0200 +++ b/gitd Sun Jul 11 22:04:16 2010 +0000 @@ -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)"