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