From 37f6d1ec4ea66d2c4bbf57682625f39c95ecbf55 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 14 Nov 2012 10:12:12 +0000 Subject: Don't replace alert --- bin/custodian-dequeue | 9 +++++++-- debian/changelog | 6 ++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index dbd545a..0405955 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -95,7 +95,9 @@ class Alert update = Mauve::Proto::AlertUpdate.new update.alert = [] update.source = "custodian" - update.replace = true + + # be explicit about raising/clearing + update.replace = false alert = Mauve::Proto::Alert.new @@ -121,7 +123,10 @@ class Alert update = Mauve::Proto::AlertUpdate.new update.alert = [] update.source = "custodian" - update.replace = true + + # be explicit about raising/clearing + update.replace = false + alert = Mauve::Proto::Alert.new diff --git a/debian/changelog b/debian/changelog index 75387af..9315f4b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +custodian (2012:1114-4) stable; urgency=low + + * Don't replace alerts. + + -- Steve Kemp Wed, 14 Nov 2012 10:12:00 +0000 + custodian (2012:1114-3) stable; urgency=low * Strings are not my friend - interpolate the ID correctly -- cgit v1.2.1