]> 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:

remove old files
authormartin f. krafft <madduck@madduck.net>
Mon, 22 Apr 2013 15:09:51 +0000 (17:09 +0200)
committermartin f. krafft <madduck@madduck.net>
Mon, 22 Apr 2013 15:09:51 +0000 (17:09 +0200)
15 files changed:
.mr/LIB [deleted file]
.mr/base [deleted file]
.mr/roles/awesome [deleted file]
.mr/roles/caff [deleted file]
.mr/roles/debdev [deleted file]
.mr/roles/mail [deleted file]
.mr/roles/mailfilter [deleted file]
.mr/roles/miscdev [deleted file]
.mr/roles/offlineimap [deleted file]
.mr/roles/phd [deleted file]
.mr/roles/priv [deleted file]
.mr/roles/tex [deleted file]
.mr/roles/web [deleted file]
.mr/roles/x [deleted file]
.mr/templ/.mrconfig [deleted file]

diff --git a/.mr/LIB b/.mr/LIB
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/.mr/base b/.mr/base
deleted file mode 100644 (file)
index 059b590..0000000
--- a/.mr/base
+++ /dev/null
@@ -1,54 +0,0 @@
-[.fgits/mr.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/mr.git' 'mr.git' '../../'
-
-[.fgits/ssh.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/ssh.git' 'ssh.git' '../../' && make -C ~/.ssh
-update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.ssh
-
-[.fgits/git.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/git.git' 'git.git' '../../'
-
-[.fgits/zsh.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/zsh.git' 'zsh.git' '../../'
-
-[.fgits/vim.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/vim.git' 'vim.git' '../../'
-
-[.fgits/screen.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/screen.git' 'screen.git' '../../'
-
-[.fgits/crontab.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/crontab.git' 'crontab.git' '../../' && make -C ~/.crontab.d
-update = GIT_DIR=$MR_REPO git pull "$@" && make -C ~/.crontab.d
-
-[.fgits/a2ps.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/a2ps.git' 'a2ps.git' '../../'
-
-[.fgits/top.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/top.git' 'top.git' '../../'
-
-[code/mr]
-checkout = checkout_hack_branch mr \
-        joeyh git://git.kitenet.net/mr \
-        ssh://git.madduck.net/madduck/pub/code/mr.git
-        ln -fs ../code/mr/mr ~/.bin/mr
-        git branch vcsh origin/vcsh
-update = case "$(git config --get remote.origin.url)" in
-           *git.madduck.net*|madduck:*)
-              git branch -D fu 2>/dev/null || :
-              git branch -r -d origin/fu 2>/dev/null || :
-              git pull "$@";;
-           *) git remote add joeyh git://git.kitenet.net/mr || :
-              git fetch joeyh
-              git checkout -b joeyh joeyh/master || :
-              git branch -d master || :
-              git remote rm origin || :
-              git remote add origin ssh://git.madduck.net/madduck/pub/code/mr.git
-              git fetch origin
-              git branch master origin/master
-              git checkout -b vcsh origin/vcsh
-              ;;
-         esac
-
-[code/mrsetup]
-checkout = git clone ssh://git.madduck.net/madduck/pub/etc/mrsetup.git mrsetup
diff --git a/.mr/roles/awesome b/.mr/roles/awesome
deleted file mode 100644 (file)
index d000688..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[DEFAULT]
-include = cat ~/.mr/roles/x
-
-[.fgits/awesome.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/awesome.git' 'awesome.git' '../../'
diff --git a/.mr/roles/caff b/.mr/roles/caff
deleted file mode 100644 (file)
index 91b6949..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[.fgits/caff.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/caff.git' 'caff.git' '../../'
diff --git a/.mr/roles/debdev b/.mr/roles/debdev
deleted file mode 100644 (file)
index eb2e3c0..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-[debian]
-checkout = git clone ssh://git.madduck.net/madduck/colls/debian.git debian
-chain = true
-
-[.fgits/devscripts.git]
-checkout = git_fake_bare_checkout ssh://git.madduck.net/madduck/pub/etc/devscripts.git devscripts.git ../../
-
-[code/unperish]
-checkout = bzr clone http://liw.iki.fi/bzr/unperish2/trunk/ unperish
-
-[code/dpkg]
-checkout = checkout_hack_branch dpkg \
-       debian git://git.debian.org/git/dpkg/dpkg.git \
-       ssh://git.madduck.net/madduck/pub/code/etckeeper.git
-
-[code/mbuild]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/code/mbuild.git' mbuild
-
-[code/schroot]
-checkout = git clone 'git://git.debian.org/git/buildd-tools/schroot.git' schroot
-
-[code/sbuild]
-checkout = git clone 'git://git.debian.org/git/buildd-tools/sbuild.git' sbuild
-
-[code/aptfs]
-checkout = git clone 'git://git.chris-lamb.co.uk/aptfs' 'aptfs'
-
-[code/buildwrapper]
-checkout = git clone 'git://git.debian.org/git/users/seanius/buildwrapper.git' 'buildwrapper'
-
-[code/dpkg]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/code/etckeeper.git' 'dpkg'
diff --git a/.mr/roles/mail b/.mr/roles/mail
deleted file mode 100644 (file)
index 0e151bf..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-[.fgits/mutt.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/mutt.git' 'mutt.git' '../../'
-
-[.fgits/mutt-aliases.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/etc/mutt-aliases.git' 'mutt-aliases.git' '../../'
-
-[.fgits/mailplate.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/etc/mailplate.git' 'mailplate.git' '../../'
-
-[.fgits/quotes.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/quotes.git' 'quotes.git' '../../'
-
-[mail]
-checkout = mkdir mail
-update = :
-status = :
-skip = test -d mail
diff --git a/.mr/roles/mailfilter b/.mr/roles/mailfilter
deleted file mode 100644 (file)
index da73f36..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[.mailfilter]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/etc/mailfilter.git' .mailfilter
diff --git a/.mr/roles/miscdev b/.mr/roles/miscdev
deleted file mode 100644 (file)
index f1d2dbe..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-[code/libkdtree/ikiwiki]
-checkout = git clone ssh://git.debian.org/git/libkdtree/ikiwiki.git ikiwiki
-
-[code/libkdtree/libkdtree]
-checkout = git clone ssh://git.debian.org/git/libkdtree/libkdtree.git libkdtree
-
-[code/mailplate]
-checkout = git clone ssh://git.madduck.net/madduck/pub/code/mailplate.git mailplate
-
-[code/ikiwiki]
-checkout = checkout_hack_branch ikiwiki \
-        joeyh git://git.ikiwiki.info/ \
-        ssh://git.madduck.net/madduck/pub/code/ikiwiki.git
-
-[code/etckeeper]
-checkout = checkout_hack_branch etckeeper \
-        joeyh git://git.kitenet.net/etckeeper \
-        ssh://git.madduck.net/madduck/pub/code/etckeeper.git
-
-[code/offlineimap]
-checkout = checkout_hack_branch offlineimap \
-        jgoerzen git://git.complete.org/offlineimap \
-        ssh://git.madduck.net/madduck/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/madduck/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/netconf/netconf]
-checkout = git clone 'ssh://git.debian.org/git/netconf/netconf.git' 'netconf'
-
-[code/netconf/ikiwiki]
-checkout = git clone 'ssh://git.debian.org/git/netconf/ikiwiki.git' 'ikiwiki'
-
-[code/git]
-checkout = git clone 'git://git.kernel.org/pub/scm/git/git.git' 'git'
-skip = ([ "$1" = update ] && ! hours_since "$1" 12)
-
-[code/libfactory++]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/code/libfactory++.git' 'libfactory++'
-
-[code/molly-guard]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/code/molly-guard.git' 'molly-guard'
-
-[code/pytagsfs]
-checkout = bzr clone lp:pytagsfs 'pytagsfs'
-
-[code/unionfs-fuse]
-checkout = hg clone 'http://hg.podgorny.cz/unionfs-fuse' 'unionfs-fuse'
-
-[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/madduck/pub/code/mr.git' 'mr'
-
-[code/mrsetup]
-checkout = git clone 'ssh://git.madduck.net/madduck/pub/etc/mrsetup.git' 'mrsetup'
-
-[code/offlineimap]
-checkout = git clone 'ssh://git.madduck.net/madduck/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'
diff --git a/.mr/roles/offlineimap b/.mr/roles/offlineimap
deleted file mode 100644 (file)
index 2a9c82e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[DEFAULT]
-include = cat ~/.mr/roles/mail
-
-[.fgits/offlineimap.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/offlineimap.git' 'offlineimap.git' '../../'
-
-[.fgits/offlineimap-id.git]
-checkout = echo not checking out deleted repo.
-update = chmod -R u+w $MR_REPO && rm -r $MR_REPO
-status = echo deleted.
-skip = ! test -d $MR_REPO/offlineimap-id.git
diff --git a/.mr/roles/phd b/.mr/roles/phd
deleted file mode 100644 (file)
index 3fccbf7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[DEFAULT]
-include = cat ~/.mr/roles/tex
-
-[phd]
-checkout = git clone ssh://git.madduck.net/madduck/edu/phd.git phd
-chain = true
-
-[ul]
-checkout = git clone ssh://git.madduck.net/madduck/edu/ul.git ul
diff --git a/.mr/roles/priv b/.mr/roles/priv
deleted file mode 100644 (file)
index dec43f8..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[penny/shared]
-checkout = git clone ssh://git.madduck.net/madduck/penny.git shared
-
-[life/cv]
-checkout = git clone ssh://git.madduck.net/madduck/pub/cv.git cv
diff --git a/.mr/roles/tex b/.mr/roles/tex
deleted file mode 100644 (file)
index 8fad512..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[.fgits/texmf.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/texmf.git' 'texmf.git' '../../'
diff --git a/.mr/roles/web b/.mr/roles/web
deleted file mode 100644 (file)
index d87fad3..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[web]
-checkout = git clone ssh://git.madduck.net/madduck/colls/web.git web
-chain = true
diff --git a/.mr/roles/x b/.mr/roles/x
deleted file mode 100644 (file)
index 2107748..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-[.fgits/xsession.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/xsession.git' 'xsession.git' '../../'
-
-[.fgits/xscreensaver.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/xscreensaver.git' 'xscreensaver.git' '../../'
-
-[.fgits/gtk.git]
-checkout = git_fake_bare_checkout 'ssh://git.madduck.net/madduck/pub/etc/gtk.git' 'gtk.git' '../../'
diff --git a/.mr/templ/.mrconfig b/.mr/templ/.mrconfig
deleted file mode 100644 (file)
index 48fc7ee..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-[DEFAULT]
-include = cat /usr/share/mr/vcsh
-include = cat $HOME/.config/mr/config.d/*