X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/userv-utils/blobdiff_plain/82e04925eb9e251fb56c507967fe1ff76e59c94c..d36c5f7baf4f11c7d6765afac2f5fb9449b0e0a7:/git-daemon/chiark-urlmap?ds=inline diff --git a/git-daemon/chiark-urlmap b/git-daemon/chiark-urlmap index 499f21c..09e2a11 100644 --- a/git-daemon/chiark-urlmap +++ b/git-daemon/chiark-urlmap @@ -1,29 +1,5 @@ -# chiark's configuration for the userv git daemon. -# -# This was written by Tony Finch -# You may do anything with it, at your own risk. -# http://creativecommons.org/publicdomain/zero/1.0/ -if ($host eq 'git.chiark.greenend.org.uk') { - if ($path =~ m{^~([^/]*)/(.*)}) { - $user = $1; - $dir = '.userv/public-git'; - $repo = $2; - } else { - $user = 'webmaster'; - $dir = '/u2/git-repos'; - $repo = $path; - } -} elsif ($server_addr eq '172.31.80.8' and - $host eq 'cabal.greenend.org.uk' and - $path =~ m|^~([^/]*)/(.*)$|) { - $user = $1; - $dir = 'cabal-git'; - $repo = $2; -} elsif ($host eq 'dotat.at') { - $user = 'fanf'; - $dir = 'public-git'; - $repo = $path; -} - -# end +single-user dotat.at fanf dotat-git +multi-user git.chiark.greenend.org.uk public-git +multi-user cabal.greenend.org.uk cabal-git +single-user git.chiark.greenend.org.uk webmaster /u2/git-repos