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.
1 # An example config file for the mr(1) command.
4 # Teach mr how to run svn cleanup.
5 cleanup = if [ -d "$MR_REPO"/.svn ]; then svn cleanup ; fi
6 # And how to run git gc
7 gc = if [ -d "$MR_REPO"/.git ]; then git gc; fi
8 # Tests used in the skips below.
9 # - wantsrc checks whether I probably want a full source checkout (quite
11 # - private are hosts I trust private data to
12 # - mylaptop only succeeds if it's on my main development laptop, which
13 # gets lots of extra cruft
14 # - kite only succeeds on kite
17 test "$(whoami)" = joey \
20 if [ "$(whoami)" = joey ]; then \
21 case "$(hostname)" in \
22 wren|kodama|dragon|dodo|bluebird) \
30 test "$(hostname)" = kodama \
33 test "$(hostname)" = wren \
37 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/mr
41 checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
42 skip = ! mylaptop || ! wantsrc
45 # A merge of the upstream dpkg git repo and my own personal branch.
47 git clone git://git.debian.org/git/dpkg/dpkg.git && \
49 git remote add kite ssh://git.kitenet.net/srv/git/kitenet.net/dpkg && \
51 git checkout -b sourcev3 kite/sourcev3
52 update = git pull origin master && git pull kite sourcev3
53 commit = git push kite
59 CVSROOT=:ext:joeyh@cvs.debian.org:/cvs/webwml \
60 cvs co -d www.debian.org webwml
61 # cvs sucks sufficiently that I prefer to run these commands by hand,
63 update = echo "skipping cvs update (too slow)"
64 status = echo "skipping cvs status (too ugly)"
65 skip = ! mylaptop || ! wantsrc
68 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm
71 [src/packages/uqm-content]
72 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-content
75 [src/packages/uqm-voice]
76 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-voice
79 [src/packages/uqm-music]
80 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-music
83 # My home directory, which I keep in svn.
85 checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey
86 # run svnfix after each update
87 update = svn update && svnfix
90 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/joey/private/mail
94 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/joey/private/doc