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

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