Blame SOURCES/0002-remove-abrt-bodhi-from-configuration.patch

06486d
From b257656e599e785164bbc5e72706a02f925ff942 Mon Sep 17 00:00:00 2001
06486d
From: Jakub Filak <jfilak@redhat.com>
06486d
Date: Wed, 8 Jan 2014 20:39:09 +0100
06486d
Subject: [ABRT PATCH 2/6] remove abrt-bodhi from configuration
06486d
06486d
Related to rhbz#1038923
06486d
06486d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
06486d
---
06486d
 src/plugins/ccpp_event.conf         | 2 +-
06486d
 src/plugins/ccpp_retrace_event.conf | 8 +-------
06486d
 2 files changed, 2 insertions(+), 8 deletions(-)
06486d
06486d
diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
06486d
index 9fbe760..79b9a8a 100644
06486d
--- a/src/plugins/ccpp_event.conf
06486d
+++ b/src/plugins/ccpp_event.conf
06486d
@@ -70,7 +70,7 @@ EVENT=collect_xsession_errors analyzer=CCpp dso_list~=.*/libX11.*
06486d
 # TODO: can we still specify additional directories to search for debuginfos,
06486d
 # or was this ability lost with move to python installer?
06486d
 EVENT=analyze_LocalGDB analyzer=CCpp
06486d
-        abrt-action-analyze-ccpp-local
06486d
+        abrt-action-analyze-ccpp-local --without-bodhi
06486d
 
06486d
 
06486d
 # Bugzilla requires nonempty duphash
06486d
diff --git a/src/plugins/ccpp_retrace_event.conf b/src/plugins/ccpp_retrace_event.conf
06486d
index 60e53d7..893502f 100644
06486d
--- a/src/plugins/ccpp_retrace_event.conf
06486d
+++ b/src/plugins/ccpp_retrace_event.conf
06486d
@@ -1,9 +1,3 @@
06486d
 EVENT=analyze_RetraceServer analyzer=CCpp
06486d
         abrt-retrace-client batch --dir "$DUMP_DIR" --status-delay 10 &&
06486d
-        abrt-action-analyze-backtrace &&
06486d
-        (
06486d
-            bug_id=$(reporter-bugzilla -h `cat duphash`) &&
06486d
-            if test -n "$bug_id"; then
06486d
-                abrt-bodhi -r -b $bug_id
06486d
-            fi
06486d
-        )
06486d
+        abrt-action-analyze-backtrace
06486d
-- 
06486d
1.8.3.1
06486d