From cf2c132b75dd70c2fdd21768fb9701528272b451 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Nov 2007 00:12:52 -0500 Subject: [PATCH] sync --- mrconfig.complex | 5 +++++ 1 file changed, 5 insertions(+) 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 = -- 2.39.2