Signed-off-by: Jakub Filak <[email protected]>
---
 src/plugins/ccpp_event.conf   | 8 ++++++--
 src/plugins/koops_event.conf  | 8 ++++++--
 src/plugins/python_event.conf | 8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
index 1667ff8..01bab1c 100644
--- a/src/plugins/ccpp_event.conf
+++ b/src/plugins/ccpp_event.conf
@@ -49,9 +49,13 @@ EVENT=report_Bugzilla analyzer=CCpp duphash!=
         reporter-bugzilla -b -c /etc/libreport/plugins/bugzilla.conf
 
 # Send micro report
-EVENT=report_uReport analyzer=CCpp
+EVENT=report_uReport analyzer=CCpp reported_to=
         reporter-ureport
 
+# update ABRT database after successful report to bugzilla
+EVENT=report_uReport analyzer=CCpp reported_to~=^Bugzilla: 
reported_to~=^uReport:
+        reporter-ureport -r
+
 # Reporting of C/Cpp problems
 EVENT=report-gui analyzer=CCpp
-        report-gtk -e report_uReport -e analyze_RetraceServer -e 
report_Bugzilla -- "$DUMP_DIR"
+        report-gtk -e report_uReport -e analyze_RetraceServer -e 
report_Bugzilla -e report_uReport -- "$DUMP_DIR"
diff --git a/src/plugins/koops_event.conf b/src/plugins/koops_event.conf
index 4d75110..42ce933 100644
--- a/src/plugins/koops_event.conf
+++ b/src/plugins/koops_event.conf
@@ -19,9 +19,13 @@ EVENT=report_Bugzilla analyzer=Kerneloops
         reporter-bugzilla -b
 
 # Send micro report
-EVENT=report_uReport analyzer=Kerneloops
+EVENT=report_uReport analyzer=Kerneloops reported_to=
         reporter-ureport
 
+# update ABRT database after successful report to bugzilla
+EVENT=report_uReportl analyzer=Kerneloops reported_to~=^Bugzilla: 
reported_to~=^uReport:
+        reporter-ureport -r
+
 # Reporting of kernel oopses
 EVENT=report-gui analyzer=Kerneloops
-        report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR"
+        report-gtk -e report_uReport -e report_Bugzilla -e report_uReport -- 
"$DUMP_DIR"
diff --git a/src/plugins/python_event.conf b/src/plugins/python_event.conf
index a7c72ac..7eea14a 100644
--- a/src/plugins/python_event.conf
+++ b/src/plugins/python_event.conf
@@ -7,9 +7,13 @@ EVENT=report_Bugzilla analyzer=Python
         reporter-bugzilla -b -c /etc/libreport/plugins/bugzilla.conf
 
 # Send micro report
-EVENT=report_uReport analyzer=Python
+EVENT=report_uReport analyzer=Python reported_to=
         reporter-ureport
 
+# update ABRT database after successful report to bugzilla
+EVENT=report_uReport analyzer=Python reported_to~=^Bugzilla: 
reported_to~=^uReport:
+        reporter-ureport -r
+
 # Reporting of python exceptions
 EVENT=report-gui analyzer=Python
-        report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR"
+        report-gtk -e report_uReport -e report_Bugzilla -e report_uReport -- 
"$DUMP_DIR"
-- 
1.7.11.4

Reply via email to