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.
31 lines
1.1 KiB
31 lines
1.1 KiB
From 69c1f48a09b991ea2ed078c977d4f35fd47f5878 Mon Sep 17 00:00:00 2001 |
|
From: Jakub Filak <jfilak@redhat.com> |
|
Date: Thu, 25 Sep 2014 16:28:35 +0200 |
|
Subject: [LIBREPORT PATCH 87/93] report_RHTSupport: adapt event to the recent |
|
changes |
|
|
|
Resolves: rhbz#1139987 |
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com> |
|
--- |
|
src/plugins/rhtsupport_event.conf | 9 ++------- |
|
1 file changed, 2 insertions(+), 7 deletions(-) |
|
|
|
diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf |
|
index 58261bb..f6a9d47 100644 |
|
--- a/src/plugins/rhtsupport_event.conf |
|
+++ b/src/plugins/rhtsupport_event.conf |
|
@@ -1,8 +1,3 @@ |
|
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 |
|
+ # Submit an uReport and create a case in Red Hat Customer Portal |
|
+ reporter-rhtsupport -u |
|
-- |
|
1.8.3.1 |
|
|
|
|