X-Git-Url: https://git.madduck.net/etc/myrepos.git/blobdiff_plain/514e19c48dc8894a83bd815a79de449da70e1139..ccddd2d350919e91690e90a7acf054b824239ca8:/.mr/base diff --git a/.mr/base b/.mr/base deleted file mode 100644 index 094880c..0000000 --- a/.mr/base +++ /dev/null @@ -1,51 +0,0 @@ -[.fgits/mr.git] -checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/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 -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' '../../' - -[.fgits/zsh.git] -checkout = git_fake_bare_checkout 'ssh://git.madduck.net/~/git/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' '../../' - -[.fgits/screen.git] -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' '../../' && 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 - ln -fs ../code/mr/mr ~/.bin/mr - git branch vcsh origin/vcsh -update = case "$(git config --get remote.origin.url)" in - *git.madduck.net*) git pull "$@";; - *) git remote add joeyh git://git.kitenet.net/mr || : - git fetch joeyh - 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 fetch origin - git branch master origin/master - git checkout -b vcsh origin/vcsh - ;; - esac - -[code/mrsetup] -checkout = git clone ssh://git.madduck.net/~/git/pub/etc/mrsetup.git mrsetup