annotate gitd @ 910:59a311145ed0
draft
Merge commit '9db016de8390665df792ecb8820b644009c95032'
author |
Nick <nick@somerandomnick.ano> |
date |
Tue, 31 Jan 2012 22:52:34 +0000 (2012-01-31) |
parents |
17b7c922f9fb |
children |
fb73b7e956ec |
rev |
line source |
3
|
1 #!/bin/sh |
21
|
2 repodir="$(dirname $0)" |
73
17b7c922f9fb
Now, gitd automatically marks resdb as exportable, saving manual labor.
Nick <nick@somerandomnick.ano>
diff
changeset
|
3 touch "$repodir"/.git/git-daemon-export-ok |
9
|
4 exec git daemon --listen="$(cat "$repodir"/conf/gitd_ip)" --base-path="$(cat "$repodir"/conf/gitd_basepath)" |