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

27390d
From 9f62c707df03b371890ad139f0633c8457b146f6 Mon Sep 17 00:00:00 2001
27390d
From: Jakub Filak <jfilak@redhat.com>
27390d
Date: Wed, 8 Jan 2014 17:09:00 +0100
27390d
Subject: [LIBREPORT PATCH 2/6] replace all Fedora URLs by corresponding values
27390d
 for RHEL
27390d
27390d
Signed-off-by: Jakub Filak <jfilak@redhat.com>
27390d
---
27390d
 src/plugins/report_EmergencyAnalysis.xml.in | 2 +-
27390d
 src/plugins/report_uReport.xml.in           | 2 +-
27390d
 src/plugins/ureport.conf                    | 2 +-
27390d
 3 files changed, 3 insertions(+), 3 deletions(-)
27390d
27390d
diff --git a/src/plugins/report_EmergencyAnalysis.xml.in b/src/plugins/report_EmergencyAnalysis.xml.in
27390d
index 3fb2bd2..c00a734 100644
27390d
--- a/src/plugins/report_EmergencyAnalysis.xml.in
27390d
+++ b/src/plugins/report_EmergencyAnalysis.xml.in
27390d
@@ -15,7 +15,7 @@
27390d
         <option type="text" name="Upload_URL">
27390d
             <_label>URL</_label>
27390d
             <allow-empty>no</allow-empty>
27390d
-            <default-value>https://retrace.fedoraproject.org/faf/dumpdirs/new/</default-value>
27390d
+            <default-value>https://localhost/faf/dumpdirs/new/</default-value>
27390d
         </option>
27390d
         <advanced-options>
27390d
             <option type="text" name="http_proxy">
27390d
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
27390d
index 3a38971..c8bb858 100644
27390d
--- a/src/plugins/report_uReport.xml.in
27390d
+++ b/src/plugins/report_uReport.xml.in
27390d
@@ -11,7 +11,7 @@
27390d
             <_label>uReport Server URL</_label>
27390d
             <allow-empty>no</allow-empty>
27390d
             <_description>Address of uReport webservice</_description>
27390d
-            <default-value>https://retrace.fedoraproject.org/faf</default-value>
27390d
+            <default-value>http://bug-report.itos.redhat.com</default-value>
27390d
         </option>
27390d
         <option type="bool" name="uReport_SSLVerify">
27390d
             <_label>Verify SSL</_label>
27390d
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
27390d
index a75ad19..1f3b33a 100644
27390d
--- a/src/plugins/ureport.conf
27390d
+++ b/src/plugins/ureport.conf
27390d
@@ -1,5 +1,5 @@
27390d
 # Base URL to uReport server
27390d
-URL = https://retrace.fedoraproject.org/faf
27390d
+URL = http://bug-report.itos.redhat.com
27390d
 
27390d
 # no means that ssl certificates will not be checked
27390d
 # SSLVerify = no
27390d
-- 
27390d
1.8.3.1
27390d