Mercurial > hg > anonet-resdb
view gitd @ 122:fa0053d4cb53 draft
Added atomictorrent repo, and added multirepo support for pragmo:
now inside /db/usr/pragmo there is th repos dir which contains one dir
for each pragmo's repo. resdb2 is the classic resdb (rebooted ;)), while
atomictorrent is a new repo containing torrents.
author | pragmo <pragmo@pragmo.ano> |
---|---|
date | Tue, 24 Aug 2010 07:21:06 +0000 |
parents | 17b7c922f9fb |
children | fb73b7e956ec |
line wrap: on
line source
#!/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)"