|
|
f6eb96 |
diff -ruN abrt-2.1.7.orig/src/plugins/ccpp_event.conf abrt-2.1.7.fix/src/plugins/ccpp_event.conf
|
|
|
f6eb96 |
--- abrt-2.1.7.orig/src/plugins/ccpp_event.conf 2013-11-19 10:35:56.408323626 +0100
|
|
|
f6eb96 |
+++ abrt-2.1.7.fix/src/plugins/ccpp_event.conf 2013-11-20 13:50:34.259561517 +0100
|
|
|
f6eb96 |
@@ -63,7 +63,6 @@
|
|
|
f6eb96 |
|
|
|
f6eb96 |
# Bugzilla requires nonempty duphash
|
|
|
f6eb96 |
EVENT=report_Bugzilla analyzer=CCpp duphash!=
|
|
|
f6eb96 |
- abrt-dedup-client
|
|
|
f6eb96 |
test -f component || abrt-action-save-package-data
|
|
|
f6eb96 |
component="`cat component`"
|
|
|
f6eb96 |
format="bugzilla_format.conf"
|
|
|
f6eb96 |
@@ -84,6 +83,7 @@
|
|
|
f6eb96 |
# update ABRT database after successful report to bugzilla
|
|
|
f6eb96 |
EVENT=post_report analyzer=CCpp
|
|
|
f6eb96 |
reporter-ureport -r
|
|
|
f6eb96 |
+ exit 0
|
|
|
f6eb96 |
|
|
|
f6eb96 |
EVENT=analyze_CCpp analyzer=CCpp
|
|
|
f6eb96 |
abrt-action-perform-ccpp-analysis
|
|
|
f6eb96 |
@@ -93,4 +93,4 @@
|
|
|
f6eb96 |
report-gtk -- "$DUMP_DIR"
|
|
|
f6eb96 |
|
|
|
f6eb96 |
EVENT=report-cli analyzer=CCpp
|
|
|
f6eb96 |
- report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
|
|
f6eb96 |
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
|
|
|
f6eb96 |
diff -ruN abrt-2.1.7.orig/src/plugins/koops_event.conf abrt-2.1.7.fix/src/plugins/koops_event.conf
|
|
|
f6eb96 |
--- abrt-2.1.7.orig/src/plugins/koops_event.conf 2013-11-19 10:35:56.423323627 +0100
|
|
|
f6eb96 |
+++ abrt-2.1.7.fix/src/plugins/koops_event.conf 2013-11-20 13:50:47.798561826 +0100
|
|
|
f6eb96 |
@@ -27,10 +27,11 @@
|
|
|
f6eb96 |
# Update ABRT database after successful report to bugzilla
|
|
|
f6eb96 |
EVENT=post_report analyzer=Kerneloops
|
|
|
f6eb96 |
reporter-ureport -r
|
|
|
f6eb96 |
+ exit 0
|
|
|
f6eb96 |
|
|
|
f6eb96 |
# Automatic/simple GUI-based kernel oopses reporting will do this:
|
|
|
f6eb96 |
EVENT=report-gui analyzer=Kerneloops
|
|
|
f6eb96 |
report-gtk -- "$DUMP_DIR"
|
|
|
f6eb96 |
|
|
|
f6eb96 |
EVENT=report-cli analyzer=Kerneloops
|
|
|
f6eb96 |
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
|
|
f6eb96 |
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
|
|
|
f6eb96 |
diff -ruN abrt-2.1.7.orig/src/plugins/python_event.conf abrt-2.1.7.fix/src/plugins/python_event.conf
|
|
|
f6eb96 |
--- abrt-2.1.7.orig/src/plugins/python_event.conf 2013-11-19 10:35:56.419323627 +0100
|
|
|
f6eb96 |
+++ abrt-2.1.7.fix/src/plugins/python_event.conf 2013-11-20 13:50:55.024561991 +0100
|
|
|
f6eb96 |
@@ -22,10 +22,11 @@
|
|
|
f6eb96 |
# update ABRT database after successful report to bugzilla
|
|
|
f6eb96 |
EVENT=post_report analyzer=Python
|
|
|
f6eb96 |
reporter-ureport -r
|
|
|
f6eb96 |
+ exit 0
|
|
|
f6eb96 |
|
|
|
f6eb96 |
# Reporting of python exceptions
|
|
|
f6eb96 |
EVENT=report-gui analyzer=Python component!=anaconda
|
|
|
f6eb96 |
report-gtk -- "$DUMP_DIR"
|
|
|
f6eb96 |
|
|
|
f6eb96 |
EVENT=report-cli analyzer=Python component!=anaconda
|
|
|
f6eb96 |
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
|
|
f6eb96 |
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
|
|
|
f6eb96 |
diff -ruN abrt-2.1.7.orig/src/plugins/vmcore_event.conf abrt-2.1.7.fix/src/plugins/vmcore_event.conf
|
|
|
f6eb96 |
--- abrt-2.1.7.orig/src/plugins/vmcore_event.conf 2013-11-19 10:35:56.423323627 +0100
|
|
|
f6eb96 |
+++ abrt-2.1.7.fix/src/plugins/vmcore_event.conf 2013-11-20 13:51:21.135562587 +0100
|
|
|
f6eb96 |
@@ -23,8 +23,13 @@
|
|
|
f6eb96 |
EVENT=report_uReport analyzer=vmcore
|
|
|
f6eb96 |
/usr/libexec/abrt-action-ureport
|
|
|
f6eb96 |
|
|
|
f6eb96 |
+# update ABRT database after successful report to bugzilla
|
|
|
f6eb96 |
+EVENT=post_report analyzer=Python
|
|
|
f6eb96 |
+ reporter-ureport -r
|
|
|
f6eb96 |
+ exit 0
|
|
|
f6eb96 |
+
|
|
|
f6eb96 |
EVENT=report-gui analyzer=vmcore
|
|
|
f6eb96 |
report-gtk -- "$DUMP_DIR"
|
|
|
f6eb96 |
|
|
|
f6eb96 |
EVENT=report-cli analyzer=vmcore
|
|
|
f6eb96 |
- report-cli -e analyze_VMcore -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
|
|
f6eb96 |
+ report-cli -e report_RHTSupport -- "$DUMP_DIR"
|