Blame SOURCES/1000-centos-branding-changes.patch

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