]> err.no Git - dotfiles/commitdiff
misc updates
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 4 Oct 2011 11:19:17 +0000 (11:19 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Tue, 4 Oct 2011 11:19:17 +0000 (11:19 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1487 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

mrconfig

index ee66648c2057ed8119de79523624fecdf3bfcf2e..985df189d9d9484c323684dc8927ca1c927a17b0 100644 (file)
--- a/mrconfig
+++ b/mrconfig
@@ -2,7 +2,7 @@
 lib =
     has_ssh_key() {
               case "$(hostname)" in
-                   xoog|golem|thosu)
+                   xoog|golem|thosu|qurzaw)
                        if ssh-add -l > /dev/null; then
                            return 0
                        fi
@@ -14,9 +14,6 @@ lib =
 [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
 
@@ -25,40 +22,39 @@ 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/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