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

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