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