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 # Tests used in the skips below.
7 # - wantsrc checks whether I probably want a full source checkout (quite
9 # - private are hosts I trust private data to
10 # - mylaptop only succeeds if it's on my main development laptop, which
11 # gets lots of extra cruft
12 # - kite only succeeds on kite
15 test "$(whoami)" = joey \
18 if [ "$(whoami)" = joey ]; then \
19 case "$(hostname)" in \
20 wren|kodama|dragon|dodo|bluebird) \
28 test "$(hostname)" = kodama \
31 test "$(hostname)" = wren \
35 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/mr
39 checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
40 skip = ! mylaptop || ! wantsrc
43 # A merge of the upstream dpkg git repo and my own personal branch.
45 git clone git://git.debian.org/git/dpkg/dpkg.git && \
47 git remote add kite ssh://git.kitenet.net/srv/git/kitenet.net/dpkg && \
49 git checkout -b sourcev3 kite/sourcev3
50 update = git pull origin master && git pull kite sourcev3
51 commit = git push kite
57 CVSROOT=:ext:joeyh@cvs.debian.org:/cvs/webwml \
58 cvs co -d www.debian.org webwml
59 # cvs sucks sufficiently that I prefer to run these commands by hand,
61 update = echo "skipping cvs update (too slow)"
62 status = echo "skipping cvs status (too ugly)"
63 skip = ! mylaptop || ! wantsrc
66 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm
69 [src/packages/uqm-content]
70 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-content
73 [src/packages/uqm-voice]
74 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-voice
77 [src/packages/uqm-music]
78 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/uqm-music
81 # My home directory, which I keep in svn.
83 checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey
84 # run svnfix after each update
85 update = svn update && svnfix
88 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/joey/private/mail
92 checkout = git clone ssh://git.kitenet.net/srv/git/kitenet.net/joey/private/doc