# HG changeset patch # User heiko # Date 1180010711 0 # Node ID 4007e1f15a4d6e3fef84028eb013382bbf81c272 # Parent dffb701bdab894be07fb22844051e224f4a172d6 - exclude kernel + boot stuff diff -r dffb701bdab8 -r 4007e1f15a4d debian/changelog --- a/debian/changelog Wed May 23 12:43:20 2007 +0000 +++ b/debian/changelog Thu May 24 12:45:11 2007 +0000 @@ -1,3 +1,9 @@ +ha-sync (0.10-1) stable; urgency=low + + * new upstream + + -- Heiko Schlittermann Thu, 24 May 2007 14:44:29 +0200 + ha-sync (0.9-3) stable; urgency=low * still in stable diff -r dffb701bdab8 -r 4007e1f15a4d exclude.ex --- a/exclude.ex Wed May 23 12:43:20 2007 +0000 +++ b/exclude.ex Thu May 24 12:45:11 2007 +0000 @@ -11,6 +11,14 @@ /boot/ha-config/links /boot/map +# exclude kernel stuff +/boot/grub/ +/boot/vmlinuz* +/boot/initrd* +/boot/System* +/boot/config* +/lib/modules/ + /dev /etc/adjtime @@ -22,6 +30,7 @@ /etc/network/run /etc/network/run/* /etc/udev/rules.d/z25_persistent-net.rules +/dev/mdadm/mdadm.conf /proc diff -r dffb701bdab8 -r 4007e1f15a4d ha-sync --- a/ha-sync Wed May 23 12:43:20 2007 +0000 +++ b/ha-sync Thu May 24 12:45:11 2007 +0000 @@ -86,4 +86,5 @@ done -test "$opt_dry" || ${opt_debug+echo} ssh -i $SSHID `other` update-grub +# we do not sync the kernel anymore! +#test "$opt_dry" || ${opt_debug+echo} ssh -i $SSHID `other` update-grub