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

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