Blame SOURCES/0004-replace-all-Fedora-URLs-by-corresponding-values-for-.patch

91b162
From dfc340b695d047018d38090e24a501f7b0c0dad1 Mon Sep 17 00:00:00 2001
91b162
From: Matej Habrnal <mhabrnal@redhat.com>
91b162
Date: Tue, 28 Aug 2018 15:42:33 +0200
91b162
Subject: [PATCH] replace all Fedora URLs by corresponding values for RHEL
91b162
91b162
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
91b162
---
91b162
 src/plugins/report_EmergencyAnalysis.xml.in | 2 +-
91b162
 src/plugins/report_uReport.xml.in           | 2 +-
91b162
 src/plugins/reporter-ureport.c              | 2 +-
91b162
 src/plugins/ureport.conf                    | 2 +-
91b162
 4 files changed, 4 insertions(+), 4 deletions(-)
91b162
91b162
diff --git a/src/plugins/report_EmergencyAnalysis.xml.in b/src/plugins/report_EmergencyAnalysis.xml.in
91b162
index 3fb2bd23..c00a734f 100644
91b162
--- a/src/plugins/report_EmergencyAnalysis.xml.in
91b162
+++ b/src/plugins/report_EmergencyAnalysis.xml.in
91b162
@@ -15,7 +15,7 @@
91b162
         <option type="text" name="Upload_URL">
91b162
             <_label>URL</_label>
91b162
             <allow-empty>no</allow-empty>
91b162
-            <default-value>https://retrace.fedoraproject.org/faf/dumpdirs/new/</default-value>
91b162
+            <default-value>https://localhost/faf/dumpdirs/new/</default-value>
91b162
         </option>
91b162
         <advanced-options>
91b162
             <option type="text" name="http_proxy">
91b162
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
91b162
index 791c9faa..996f20b2 100644
91b162
--- a/src/plugins/report_uReport.xml.in
91b162
+++ b/src/plugins/report_uReport.xml.in
91b162
@@ -14,7 +14,7 @@
91b162
             <_label>uReport Server URL</_label>
91b162
             <allow-empty>no</allow-empty>
91b162
             <_description>Address of uReport webservice</_description>
91b162
-            <default-value>https://retrace.fedoraproject.org/faf</default-value>
91b162
+            <default-value>https://bug-report.redhat.com</default-value>
91b162
         </option>
91b162
         <option type="bool" name="uReport_WatchReportedBugs">
91b162
             <_label>Watch already reported bugs</_label>
91b162
diff --git a/src/plugins/reporter-ureport.c b/src/plugins/reporter-ureport.c
91b162
index cc1cedc2..0aa3324f 100644
91b162
--- a/src/plugins/reporter-ureport.c
91b162
+++ b/src/plugins/reporter-ureport.c
91b162
@@ -22,7 +22,7 @@
91b162
 #include "ureport.h"
91b162
 #include "libreport_curl.h"
91b162
 
91b162
-#define DEFAULT_WEB_SERVICE_URL "https://retrace.fedoraproject.org/faf"
91b162
+#define DEFAULT_WEB_SERVICE_URL "https://bug-report.redhat.com"
91b162
 
91b162
 int main(int argc, char **argv)
91b162
 {
91b162
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
91b162
index 3cde1e32..04dc1000 100644
91b162
--- a/src/plugins/ureport.conf
91b162
+++ b/src/plugins/ureport.conf
91b162
@@ -1,5 +1,5 @@
91b162
 # Base URL to uReport server
91b162
-# URL = https://retrace.fedoraproject.org/faf
91b162
+# URL = https://bug-report.redhat.com
91b162
 
91b162
 # no means that ssl certificates will not be checked
91b162
 # SSLVerify = no
91b162
-- 
91b162
2.17.1
91b162