]> err.no Git - dotfiles/blob - mrconfig
loosen font specs a bit
[dotfiles] / mrconfig
1 [DEFAULT]
2 lib =
3     has_ssh_key() {
4                case "$(hostname)" in
5                     xoog|golem|thosu|qurzaw)
6                         if ssh-add -l > /dev/null; then
7                             return 0
8                         fi
9                     ;;
10                esac
11                return 1
12                }
13
14 [svn]
15 checkout = svn co svn+ssh://svn.err.no/svn/tfheen/trunk svn
16
17 [dotfiles]
18 checkout = svn co svn+ssh://svn.err.no/svn/tfheen/trunk/dotfiles dotfiles
19
20 [src/eweouz]
21 checkout = git clone 'git://git.err.no/eweouz' eweouz
22 update = git remote update
23
24 [src/systemd/systemd]
25 checkout = git clone 'ssh://git.freedesktop.org/git/systemd.git' systemd
26 update = git remote update
27
28 [src/pr0n]
29 checkout = bzr clone 'http://bzr.sesse.net/pr0n/' 'pr0n'
30
31 [src/xserver]
32 checkout = git clone 'git://git.freedesktop.org/git/xorg/xserver' 'xserver'
33 update = git remote update
34
35 [src/libXfixes]
36 checkout = git clone 'git://git.freedesktop.org/git/xorg/lib/libXfixes' 'libXfixes'
37 update = git remote update
38
39 [src/fixesproto]
40 checkout = git clone 'git://git.freedesktop.org/git/xorg/proto/fixesproto' 'fixesproto'
41 update = git remote update
42
43 [src/linux-2.6]
44 checkout = git clone 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' 'linux-2.6'
45 update = git remote update
46
47 [src/chef]
48 checkout = git clone 'git@github.com:tfheen/chef.git' 'chef'
49 update = git remote update
50
51 [src/ohai]
52 checkout = git clone 'git@github.com:tfheen/ohai.git 'ohai'
53 update = git remote update
54
55 [src/moreutils]
56 checkout = git clone git://git.kitenet.net/moreutils moreutils
57 update = git remote update