Blame SOURCES/0029-send-ureport-before-creating-case-in-RH-Customer-Por.patch

28bab8
From bed3e6cf17a448f84111d2a9ff6d525b7a72c539 Mon Sep 17 00:00:00 2001
28bab8
From: Jakub Filak <jfilak@redhat.com>
28bab8
Date: Mon, 24 Feb 2014 09:19:36 +0100
28bab8
Subject: [LIBREPORT PATCH 29/33] send ureport before creating case in RH
28bab8
 Customer Portal
28bab8
28bab8
Closes rhbz#1069111
28bab8
---
28bab8
 src/plugins/rhtsupport_event.conf | 9 ++++++++-
28bab8
 1 file changed, 8 insertions(+), 1 deletion(-)
28bab8
28bab8
diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf
28bab8
index 2e9b27e..58261bb 100644
28bab8
--- a/src/plugins/rhtsupport_event.conf
28bab8
+++ b/src/plugins/rhtsupport_event.conf
28bab8
@@ -1 +1,8 @@
28bab8
-EVENT=report_RHTSupport      reporter-rhtsupport
28bab8
+EVENT=report_RHTSupport
28bab8
+    # Uploads an ureport to update Crash Statistics used to identify the
28bab8
+    # hottest bugs that needs to be fixed first.
28bab8
+    # Failures of reporter-ureport must not prevent users from reporting
28bab8
+    # problems to Red Hat support engineers.
28bab8
+    reporter-ureport || true
28bab8
+    # Create a case in Red Hat Customer Portal
28bab8
+    reporter-rhtsupport
28bab8
-- 
28bab8
1.8.3.1
28bab8