]> git.madduck.net Git - etc/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

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.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

update code repos
authormartin f. krafft <madduck@madduck.net>
Tue, 16 Jun 2009 10:08:19 +0000 (12:08 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 16 Jun 2009 10:08:19 +0000 (12:08 +0200)
.mr/roles/miscdev

index 49f1e45dd8455a593f0b9df35f70cb28570932af..553b6bff6bf7e920c36e2ba1673c707e36352fee 100644 (file)
@@ -17,16 +17,16 @@ checkout = checkout_hack_branch etckeeper \
         joeyh git://git.kitenet.net/etckeeper \
         ssh://git.madduck.net/~/git/pub/code/etckeeper.git
 
         joeyh git://git.kitenet.net/etckeeper \
         ssh://git.madduck.net/~/git/pub/code/etckeeper.git
 
-[code/vim-git]
-checkout = checkout_hack_branch vim-git \
-        tpope git://git.tpope.net/git/vim-git.git \
-        ssh://git.madduck.net/~/git/pub/code/vim-git.git
-
 [code/offlineimap]
 checkout = checkout_hack_branch offlineimap \
         jgoerzen git://git.complete.org/offlineimap \
         ssh://git.madduck.net/~/git/pub/code/offlineimap.git
 
 [code/offlineimap]
 checkout = checkout_hack_branch offlineimap \
         jgoerzen git://git.complete.org/offlineimap \
         ssh://git.madduck.net/~/git/pub/code/offlineimap.git
 
+[code/ipcfg]
+checkout = checkout_hack_branch ipcfg \
+        yoe http://git.grep.be/gitweb?p=ipcfg.git;a=summary \
+        ssh://git.madduck.net/~/git/pub/code/ipcfg.git
+
 [code/linux-2.6]
 checkout = git clone 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' 'linux-2.6'
 skip = ! on piper || ([ "$1" = update ] && ! hours_since "$1" 12)
 [code/linux-2.6]
 checkout = git clone 'git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git' 'linux-2.6'
 skip = ! on piper || ([ "$1" = update ] && ! hours_since "$1" 12)
@@ -55,3 +55,42 @@ checkout = hg clone 'http://hg.podgorny.cz/unionfs-fuse' 'unionfs-fuse'
 
 [code/awesome]
 checkout = git clone 'git://git.naquadah.org/awesome.git' 'awesome'
 
 [code/awesome]
 checkout = git clone 'git://git.naquadah.org/awesome.git' 'awesome'
+
+[code/bzr-git]
+checkout = bzr clone 'http://bazaar.launchpad.net/%7Ejelmer/bzr-git/jelmer/' 'bzr-git'
+
+[code/libhid]
+checkout = svn co 'svn+ssh://svn.debian.org/svn/libhid/trunk' 'libhid'
+
+[code/libixs]
+checkout = cvs -d 'cvs.ailab.ch:/home/cvs/ixs' co -d 'libixs' 'libixs'
+
+[code/libligandnet]
+checkout = cvs -d 'cvs.ailab.ch:/home/cvs/ligandnet' co -d 'libligandnet' 'libligandnet'
+
+[code/libphidgets]
+checkout = cvs -d 'cvs.ailab.ch:/home/cvs/external' co -d 'libphidgets' 'libphidgets'
+
+[code/libv4l2++]
+checkout = cvs -d 'cvs.ailab.ch:/home/cvs/external' co -d 'libv4l2++' 'libv4l2++'
+
+[code/mr]
+checkout = git clone 'ssh://git.madduck.net/~/git/pub/code/mr.git' 'mr'
+
+[code/mrsetup]
+checkout = git clone 'ssh://git.madduck.net/~/git/pub/etc/mrsetup.git' 'mrsetup'
+
+[code/offlineimap]
+checkout = git clone 'ssh://git.madduck.net/~/git/pub/code/offlineimap.git' 'offlineimap'
+
+[code/pastebot]
+checkout = git clone 'http://git.dollyfish.net.nz/git/pastebot' 'pastebot'
+
+[code/puppet]
+checkout = git clone 'git://reductivelabs.com/puppet/' 'puppet'
+
+[code/pytagsfs]
+checkout = bzr clone 'bzr+ssh://madduck@bazaar.launchpad.net/%7Eforest-bond/pytagsfs/dev/' 'pytagsfs'
+
+[code/unionfs-fuse]
+checkout = hg clone 'http://hg.podgorny.cz/unionfs-fuse' 'unionfs-fuse'