chiark / gitweb /
WIP entirely new git approach with config parsers
[userv-utils.git] / git-daemon / chiark-urlmap
index d3bb8761318dbdecc9a1cb78fbbcbf99a7c84f6f..09e2a11fea5c425c1bdba5e3a5b771df32b48b39 100644 (file)
@@ -1,27 +1,5 @@
-# chiark's configuration for the userv git daemon.
-#
-# This was written by Tony Finch <dot@dotat.at>
-# 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 = 'public-git';
-        $repo = $2;
-    } else {
-        $user = 'webmaster';
-        $dir = '/u2/git-repos';
-        $repo = $path;
-    }
-} elsif (m{^git://cabal[.]greenend[.]org[.]uk/~([^/]*)/(.*)$}) {
-    $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