From: Joey Hess Date: Tue, 6 Nov 2007 05:12:52 +0000 (-0500) Subject: sync X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/cf2c132b75dd70c2fdd21768fb9701528272b451?ds=sidebyside;pf=code sync --- diff --git a/mrconfig.complex b/mrconfig.complex index c0a1484..8f86b70 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -104,6 +104,11 @@ checkout = git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linu skip = ! mylaptop || ([ "$1" = update ] && ! hours_since "$1" 12) push = error "as if!" +[/etc] +# I use etckeeper to keep /etc in git. But it only works if I'm root, +# and if it's not already in etc, skip it. +skip = ! test -d /etc/.git || ! test "$(whoami)" = root + [dpkg] # A merge of the upstream dpkg git repo and my own personal branch. checkout =