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

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