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

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