|
|
da7a3c |
From 30bca072cb8104cb07e937ee44bb0c3eaec19eb2 Mon Sep 17 00:00:00 2001
|
|
|
da7a3c |
From: rpm-build <rpm-build>
|
|
|
da7a3c |
Date: Wed, 18 Jun 2014 17:20:02 -0500
|
|
|
da7a3c |
Subject: [PATCH] centos branding changes
|
|
|
da7a3c |
|
|
|
da7a3c |
---
|
|
|
da7a3c |
src/plugins/bugzilla.conf | 2 +-
|
|
|
da7a3c |
src/plugins/rhtsupport_event.conf | 6 +++---
|
|
|
da7a3c |
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
|
da7a3c |
|
|
|
da7a3c |
diff --git a/src/plugins/bugzilla.conf b/src/plugins/bugzilla.conf
|
|
|
da7a3c |
index 29c44b3..ca5e94d 100644
|
|
|
da7a3c |
--- a/src/plugins/bugzilla.conf
|
|
|
da7a3c |
+++ b/src/plugins/bugzilla.conf
|
|
|
da7a3c |
@@ -1,5 +1,5 @@
|
|
|
da7a3c |
# Bugzilla URL
|
|
|
da7a3c |
-BugzillaURL = https://bugzilla.redhat.com/
|
|
|
da7a3c |
+BugzillaURL = https://bugzilla.example.com/
|
|
|
da7a3c |
# yes means that ssl certificates will be checked
|
|
|
da7a3c |
SSLVerify = yes
|
|
|
da7a3c |
# your login has to exist, if you don have any, please create one
|
|
|
da7a3c |
diff --git a/src/plugins/rhtsupport_event.conf b/src/plugins/rhtsupport_event.conf
|
|
|
da7a3c |
index 58261bb..e803686 100644
|
|
|
da7a3c |
--- a/src/plugins/rhtsupport_event.conf
|
|
|
da7a3c |
+++ b/src/plugins/rhtsupport_event.conf
|
|
|
da7a3c |
@@ -1,8 +1,8 @@
|
|
|
da7a3c |
-EVENT=report_RHTSupport
|
|
|
da7a3c |
+#EVENT=report_RHTSupport
|
|
|
da7a3c |
# Uploads an ureport to update Crash Statistics used to identify the
|
|
|
da7a3c |
# hottest bugs that needs to be fixed first.
|
|
|
da7a3c |
# Failures of reporter-ureport must not prevent users from reporting
|
|
|
da7a3c |
# problems to Red Hat support engineers.
|
|
|
da7a3c |
- reporter-ureport || true
|
|
|
da7a3c |
+ # reporter-ureport || true
|
|
|
da7a3c |
# Create a case in Red Hat Customer Portal
|
|
|
da7a3c |
- reporter-rhtsupport
|
|
|
da7a3c |
+ # reporter-rhtsupport
|
|
|
da7a3c |
--
|
|
|
da7a3c |
1.8.3.1
|
|
|
da7a3c |
|