[DEFAULT] lib = has_ssh_key() { case "$(hostname)" in xoog|golem|thosu|qurzaw) if ssh-add -l > /dev/null; then return 0 fi ;; esac return 1 } [svn] checkout = svn co svn+ssh://svn.err.no/svn/tfheen/trunk svn [dotfiles] checkout = svn co svn+ssh://svn.err.no/svn/tfheen/trunk/dotfiles dotfiles [src/eweouz] checkout = git clone 'git://git.err.no/eweouz' eweouz update = git remote update [src/systemd/systemd] checkout = git clone 'ssh://git.freedesktop.org/git/systemd.git' systemd update = git remote update [src/pr0n] checkout = bzr clone 'http://bzr.sesse.net/pr0n/' 'pr0n' [src/xserver] checkout = git clone 'git://git.freedesktop.org/git/xorg/xserver' 'xserver' update = git remote update [src/libXfixes] checkout = git clone 'git://git.freedesktop.org/git/xorg/lib/libXfixes' 'libXfixes' update = git remote update [src/fixesproto] checkout = git clone 'git://git.freedesktop.org/git/xorg/proto/fixesproto' 'fixesproto' update = git remote update [src/linux-2.6] checkout = git clone 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' 'linux-2.6' update = git remote update [src/chef] checkout = git clone 'git@github.com:tfheen/chef.git' 'chef' update = git remote update [src/ohai] checkout = git clone 'git@github.com:tfheen/ohai.git 'ohai' update = git remote update [src/moreutils] checkout = git clone git://git.kitenet.net/moreutils moreutils update = git remote update