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

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