Blame SOURCES/0006-post_report-always-exit-silenty.patch

a60cd7
From 0e84b466b067c9db945de3ca08780e67148a20eb Mon Sep 17 00:00:00 2001
a60cd7
From: Jakub Filak <jfilak@redhat.com>
a60cd7
Date: Wed, 8 Jan 2014 20:54:48 +0100
a60cd7
Subject: [ABRT PATCH 6/6] post_report: always exit silenty
a60cd7
a60cd7
Signed-off-by: Jakub Filak <jfilak@redhat.com>
a60cd7
---
a60cd7
 src/plugins/ccpp_event.conf   | 1 +
a60cd7
 src/plugins/koops_event.conf  | 1 +
a60cd7
 src/plugins/python_event.conf | 1 +
a60cd7
 src/plugins/vmcore_event.conf | 1 +
a60cd7
 4 files changed, 4 insertions(+)
a60cd7
a60cd7
diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
a60cd7
index 79b9a8a..ccc9e83 100644
a60cd7
--- a/src/plugins/ccpp_event.conf
a60cd7
+++ b/src/plugins/ccpp_event.conf
a60cd7
@@ -95,6 +95,7 @@ EVENT=report_uReport analyzer=CCpp
a60cd7
 # update ABRT database after successful report to bugzilla
a60cd7
 EVENT=post_report analyzer=CCpp
a60cd7
         reporter-ureport -A -B
a60cd7
+        exit 0
a60cd7
 
a60cd7
 EVENT=analyze_CCpp analyzer=CCpp
a60cd7
         abrt-action-perform-ccpp-analysis
a60cd7
diff --git a/src/plugins/koops_event.conf b/src/plugins/koops_event.conf
a60cd7
index 278d2a7..c0277c8 100644
a60cd7
--- a/src/plugins/koops_event.conf
a60cd7
+++ b/src/plugins/koops_event.conf
a60cd7
@@ -27,6 +27,7 @@ EVENT=report_uReport analyzer=Kerneloops
a60cd7
 # Update ABRT database after successful report to bugzilla
a60cd7
 EVENT=post_report analyzer=Kerneloops
a60cd7
         reporter-ureport -A -B
a60cd7
+        exit 0
a60cd7
 
a60cd7
 # Automatic/simple GUI-based kernel oopses reporting will do this:
a60cd7
 EVENT=report-gui analyzer=Kerneloops
a60cd7
diff --git a/src/plugins/python_event.conf b/src/plugins/python_event.conf
a60cd7
index d872dfc..6a58252 100644
a60cd7
--- a/src/plugins/python_event.conf
a60cd7
+++ b/src/plugins/python_event.conf
a60cd7
@@ -23,6 +23,7 @@ EVENT=report_uReport analyzer=Python
a60cd7
 # update ABRT database after successful report to bugzilla
a60cd7
 EVENT=post_report analyzer=Python
a60cd7
         reporter-ureport -A -B
a60cd7
+        exit 0
a60cd7
 
a60cd7
 # Reporting of python exceptions
a60cd7
 EVENT=report-gui analyzer=Python component!=anaconda
a60cd7
diff --git a/src/plugins/vmcore_event.conf b/src/plugins/vmcore_event.conf
a60cd7
index 04eb3db..f8de3c5 100644
a60cd7
--- a/src/plugins/vmcore_event.conf
a60cd7
+++ b/src/plugins/vmcore_event.conf
a60cd7
@@ -22,6 +22,7 @@ EVENT=report_Bugzilla analyzer=vmcore
a60cd7
 # update ABRT database after successful report to bugzilla
a60cd7
 EVENT=post_report analyzer=vmcore
a60cd7
         reporter-ureport -A -B
a60cd7
+        exit 0
a60cd7
 
a60cd7
 # Send micro report
a60cd7
 EVENT=report_uReport analyzer=vmcore
a60cd7
-- 
a60cd7
1.8.3.1
a60cd7