X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/c2ad496399e1012d2d7a6d8a413af5a969e265fa..cf2c132b75dd70c2fdd21768fb9701528272b451:/mrconfig.complex 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 =