lib =
has_ssh_key() {
case "$(hostname)" in
- xoog|golem|thosu)
+ xoog|golem|thosu|qurzaw)
if ssh-add -l > /dev/null; then
return 0
fi
[src/mr]
checkout = git clone 'git://git.kitenet.net/mr' 'mr'
-[src/mapper]
-checkout = git clone 'git://git.tal.org/mapper.git' 'mapper'
-
[svn]
checkout = svn co svn+ssh://svn.err.no/svn/tfheen/trunk svn
[src/eweouz]
checkout = git clone 'git://git.err.no/eweouz' eweouz
+update = git remote update
-[src/evolution]
-checkout = git clone 'git://git.gnome.org/evolution' 'evolution'
-
-[src/evolution-data-server]
-checkout = git clone 'git://git.gnome.org/evolution-data-server' 'evolution-data-server'
-
-[src/nautilus]
-checkout = git co 'git://git.gnome.org/nautilus' 'nautilus'
+[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'
-
-[src/apache-httpd]
-checkout = git clone 'git://git.apache.org/httpd.git' 'apache-httpd'
-
-[src/apr/apr]
-checkout = git clone 'git://git.apache.org/apr.git' 'apr'
-
-[src/apr-util/apr-util]
-checkout = git clone 'http://git.apache.org/apr-util.git' 'apr-util'
+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 'ssh://git@github.com:tfheen/chef.git' 'chef'
+update = git remote update
-[src/libchamplain/libchamplain]
-checkout = git clone 'git://git.gnome.org/libchamplain' 'libchamplain'
+[src/ohai]
+checkout = git clone 'ssh://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