]> git.madduck.net Git - etc/myrepos.git/blobdiff - .mr/base

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

update git urls for gitolite
[etc/myrepos.git] / .mr / base
index e607d7b463b247b836f0b4b6ec88dad61b517ce6..3531413a7cdddeecf998a01bddf866d757693cde 100644 (file)
--- a/.mr/base
+++ b/.mr/base
@@ -1,15 +1,15 @@
 [.fgits/mr.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/mr.git' 'mr.git' '../../'
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/mr.git' 'mr.git' '../../'
 
 [.fgits/ssh.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/ssh.git' 'ssh.git' '../../' && make -C ~/.ssh
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/ssh.git' 'ssh.git' '../../' && make -C ~/.ssh
 update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.ssh
 
 [.fgits/git.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/git.git' 'git.git' '../../'
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/git.git' 'git.git' '../../'
 
 [.fgits/zsh.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/pub/etc/zsh.git' 'zsh.git' '../../'
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/zsh.git' 'zsh.git' '../../'
 
 [.fgits/vim.git]
 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/vim.git' 'vim.git' '../../'
@@ -18,12 +18,19 @@ checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net
 checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/screen.git' 'screen.git' '../../'
 
 [.fgits/crontab.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/crontab.git' 'crontab.git' '../../'
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/crontab.git' 'crontab.git' '../../' && make -C ~/.crontab.d
+update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.crontab.d
+
+[.fgits/a2ps.git]
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/a2ps.git' 'a2ps.git' '../../'
+
+[.fgits/top.git]
+checkout = git_fake_bare_checkout 'ssh://git.madduck.net/srv/git/git.madduck.net/pub/etc/top.git' 'top.git' '../../'
 
 [code/mr]
 checkout = checkout_hack_branch mr \
         joeyh git://git.kitenet.net/mr \
-        ssh://git.madduck.net/~/git/pub/code/mr.git
+        ssh://git.madduck.net/madduck/pub/code/mr.git
         ln -fs ../code/mr/mr ~/.bin/mr
         git branch vcsh origin/vcsh
 update = case "$(git config --get remote.origin.url)" in
@@ -33,7 +40,7 @@ update = case "$(git config --get remote.origin.url)" in
               git checkout -b joeyh joeyh/master || :
               git branch -d master || :
               git remote rm origin || :
-              git remote add origin ssh://git.madduck.net/~/git/pub/code/mr.git
+              git remote add origin ssh://git.madduck.net/madduck/pub/code/mr.git
               git fetch origin
               git branch master origin/master
               git checkout -b vcsh origin/vcsh
@@ -41,4 +48,4 @@ update = case "$(git config --get remote.origin.url)" in
          esac
 
 [code/mrsetup]
-checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup
+checkout = git clone ssh://git.madduck.net/madduck/pub/etc/mrsetup.git mrsetup