Blob Blame History Raw
diff -ur abrt-2.1.1/src/daemon/abrt.conf abrt-2.1.1.new/src/daemon/abrt.conf
--- abrt-2.1.1/src/daemon/abrt.conf    2013-02-01 12:59:58.000000000 +0100
+++ abrt-2.1.1.new/src/daemon/abrt.conf        2013-03-05 10:01:11.347789231 +0100
@@ -28,9 +28,7 @@
 # In order to run this event automatically after detection, the
 # AutoreportingEnabled option must be configured to 'yes'
 #
-# Default value: report_uReport
-#
-AutoreportingEvent = report_uReport
+AutoreportingEvent = empty
 
 # Enables automatic running of the event configured in AutoreportingEvent option.
 #
diff -ur abrt-2.1.1/src/daemon/abrt_event.conf abrt-2.1.1.new/src/daemon/abrt_event.conf
--- abrt-2.1.1/src/daemon/abrt_event.conf      2013-02-01 17:05:40.000000000 +0100
+++ abrt-2.1.1.new/src/daemon/abrt_event.conf  2013-03-05 10:00:58.406693336 +0100
@@ -95,3 +95,7 @@
 
 EVENT=open-gui
         report-gtk -x -- "$DUMP_DIR"
+
+# no operation event, used for AutoreportingEvent to override the default value
+EVENT=empty
+    exit 0
diff -ruN abrt-2.1.6.new/src/plugins/ccpp_event.conf abrt-2.1.6.old/src/plugins/ccpp_event.conf
--- abrt-2.1.6.new/src/plugins/ccpp_event.conf	2013-07-26 11:20:33.808925269 +0200
+++ abrt-2.1.6.old/src/plugins/ccpp_event.conf	2013-07-26 11:21:37.642419583 +0200
@@ -77,14 +77,6 @@
                 -F "/etc/libreport/plugins/$format" \
                 -A "/etc/libreport/plugins/$formatdup"
 
-# Send micro report
-EVENT=report_uReport analyzer=CCpp
-        /usr/libexec/abrt-action-ureport
-
-# update ABRT database after successful report to bugzilla
-EVENT=post_report analyzer=CCpp
-        reporter-ureport -r
-
 EVENT=analyze_CCpp analyzer=CCpp
         abrt-action-perform-ccpp-analysis
 
@@ -93,4 +85,4 @@
         report-gtk -- "$DUMP_DIR"
 
 EVENT=report-cli analyzer=CCpp
-        report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+        report-cli -e analyze_LocalGDB -e report_Bugzilla -- "$DUMP_DIR"
diff -ruN abrt-2.1.6.new/src/plugins/koops_event.conf abrt-2.1.6.old/src/plugins/koops_event.conf
--- abrt-2.1.6.new/src/plugins/koops_event.conf	2013-07-26 11:20:33.810925284 +0200
+++ abrt-2.1.6.old/src/plugins/koops_event.conf	2013-07-26 11:22:09.051662800 +0200
@@ -20,17 +20,9 @@
         reporter-bugzilla -b \
                 -F /etc/libreport/plugins/bugzilla_format_kernel.conf
 
-# Send micro report
-EVENT=report_uReport analyzer=Kerneloops
-        /usr/libexec/abrt-action-ureport
-
-# Update ABRT database after successful report to bugzilla
-EVENT=post_report analyzer=Kerneloops
-        reporter-ureport -r
-
 # Automatic/simple GUI-based kernel oopses reporting will do this:
 EVENT=report-gui analyzer=Kerneloops
         report-gtk -- "$DUMP_DIR"
 
 EVENT=report-cli analyzer=Kerneloops
-        report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+        report-cli -e report_Bugzilla -- "$DUMP_DIR"
diff -ruN abrt-2.1.6.new/src/plugins/python_event.conf abrt-2.1.6.old/src/plugins/python_event.conf
--- abrt-2.1.6.new/src/plugins/python_event.conf	2013-07-26 11:20:33.809925276 +0200
+++ abrt-2.1.6.old/src/plugins/python_event.conf	2013-07-26 11:22:23.992778495 +0200
@@ -15,17 +15,9 @@
                 -c /etc/libreport/plugins/bugzilla.conf
         # TODO? -F /etc/libreport/plugins/bugzilla_format_python.conf
 
-# Send micro report
-EVENT=report_uReport analyzer=Python
-        /usr/libexec/abrt-action-ureport
-
-# update ABRT database after successful report to bugzilla
-EVENT=post_report analyzer=Python
-        reporter-ureport -r
-
 # Reporting of python exceptions
 EVENT=report-gui analyzer=Python component!=anaconda
         report-gtk -- "$DUMP_DIR"
 
 EVENT=report-cli analyzer=Python component!=anaconda
-        report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+        report-cli -e report_Bugzilla -- "$DUMP_DIR"
diff -ruN abrt-2.1.6.new/src/plugins/vmcore_event.conf abrt-2.1.6.old/src/plugins/vmcore_event.conf
--- abrt-2.1.6.new/src/plugins/vmcore_event.conf	2013-07-26 11:20:33.811925292 +0200
+++ abrt-2.1.6.old/src/plugins/vmcore_event.conf	2013-07-26 11:23:36.103336857 +0200
@@ -19,12 +19,8 @@
         reporter-bugzilla -b \
                 -F /etc/libreport/plugins/bugzilla_format_kernel.conf
 
-# Send micro report
-EVENT=report_uReport analyzer=vmcore
-        /usr/libexec/abrt-action-ureport
-
 EVENT=report-gui analyzer=vmcore
     report-gtk -- "$DUMP_DIR"
 
 EVENT=report-cli analyzer=vmcore
-    report-cli -e analyze_VMcore -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
+    report-cli -e analyze_VMcore -e report_Bugzilla -- "$DUMP_DIR"