--- 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 <hs@schlittermann.de> Thu, 24 May 2007 14:44:29 +0200
+
ha-sync (0.9-3) stable; urgency=low
* still in stable
--- 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
--- 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