Matej Habrnal 155825
From 316c1cbce56318198dfe4598baf0ae91fec32a56 Mon Sep 17 00:00:00 2001
800d31
From: Matej Habrnal <mhabrnal@redhat.com>
800d31
Date: Thu, 22 Jan 2015 02:23:21 +0100
Matej Habrnal 155825
Subject: [PATCH 1000/1006] event: don't run the 'reporter-bugzilla -h' on RHEL
Matej Habrnal 155825
 and CentOS
800d31
800d31
Running the 'reporter-bugzilla -h' makes sense only on Fedora because of bodhi.
800d31
800d31
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
800d31
---
800d31
 src/plugins/ccpp_event.conf | 2 +-
800d31
 1 file changed, 1 insertion(+), 1 deletion(-)
800d31
800d31
diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
Matej Habrnal 155825
index f4f3828..174f491 100644
800d31
--- a/src/plugins/ccpp_event.conf
800d31
+++ b/src/plugins/ccpp_event.conf
800d31
@@ -71,7 +71,7 @@ EVENT=analyze_LocalGDB analyzer=CCpp
800d31
         # Run GDB plugin to see if crash looks exploitable
800d31
         abrt-action-analyze-vulnerability
800d31
         # Run GDB to genereate backtrace
800d31
-        abrt-action-analyze-ccpp-local --without-bodhi
800d31
+        abrt-action-analyze-ccpp-local --without-bz
800d31
 
800d31
 
800d31
 # Bugzilla requires nonempty duphash
800d31
-- 
800d31
1.8.3.1
800d31