Blame 0020-ccpp-do-not-break-the-reporting-if-a-bodhi-fails.patch

fc77ae9
From 5bdcc2f09aa22180b4ce072f1ec1d65e86eafbab Mon Sep 17 00:00:00 2001
fc77ae9
From: Jakub Filak <jfilak@redhat.com>
fc77ae9
Date: Wed, 26 Aug 2015 08:28:07 +0200
fc77ae9
Subject: [PATCH] ccpp: do not break the reporting if a-bodhi fails
fc77ae9
fc77ae9
Related: rhbz#1256493
fc77ae9
fc77ae9
Signed-off-by: Jakub Filak <jfilak@redhat.com>
fc77ae9
---
fc77ae9
 src/plugins/abrt-action-analyze-ccpp-local.in | 2 +-
fc77ae9
 1 file changed, 1 insertion(+), 1 deletion(-)
fc77ae9
fc77ae9
diff --git a/src/plugins/abrt-action-analyze-ccpp-local.in b/src/plugins/abrt-action-analyze-ccpp-local.in
fc77ae9
index de131c8..5a42a03 100644
fc77ae9
--- a/src/plugins/abrt-action-analyze-ccpp-local.in
fc77ae9
+++ b/src/plugins/abrt-action-analyze-ccpp-local.in
fc77ae9
@@ -39,7 +39,7 @@ if [ $? = 0 ]; then
fc77ae9
             bug_id=$(reporter-bugzilla -h "`cat duphash`")
fc77ae9
             if $WITH_BODHI; then
fc77ae9
                 if test -n "$bug_id"; then
fc77ae9
-                    abrt-bodhi -r -b $bug_id
fc77ae9
+                    abrt-bodhi -r -b $bug_id || :
fc77ae9
                 fi
fc77ae9
             fi
fc77ae9
         fi
fc77ae9
-- 
fc77ae9
2.5.0
fc77ae9