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

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