Blame SOURCES/1005-use-public-ABRT-server.patch

d3db4b
From 0a7060b79ca5854c874b3bfb30a604c9e0b60e42 Mon Sep 17 00:00:00 2001
d3db4b
From: Jakub Filak <jfilak@redhat.com>
d3db4b
Date: Fri, 21 Nov 2014 08:33:28 +0100
d3db4b
Subject: [PATCH] use public ABRT server
d3db4b
d3db4b
---
d3db4b
 src/plugins/report_uReport.xml.in | 2 +-
d3db4b
 src/plugins/ureport.conf          | 4 ++--
d3db4b
 2 files changed, 3 insertions(+), 3 deletions(-)
d3db4b
d3db4b
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
d3db4b
index c8bb858..f7c91f7 100644
d3db4b
--- a/src/plugins/report_uReport.xml.in
d3db4b
+++ b/src/plugins/report_uReport.xml.in
d3db4b
@@ -11,7 +11,7 @@
d3db4b
             <_label>uReport Server URL</_label>
d3db4b
             <allow-empty>no</allow-empty>
d3db4b
             <_description>Address of uReport webservice</_description>
d3db4b
-            <default-value>http://bug-report.itos.redhat.com</default-value>
d3db4b
+            <default-value>https://retrace.fedoraproject.org/faf/</default-value>
d3db4b
         </option>
d3db4b
         <option type="bool" name="uReport_SSLVerify">
d3db4b
             <_label>Verify SSL</_label>
d3db4b
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
d3db4b
index 407fbca..f31a234 100644
d3db4b
--- a/src/plugins/ureport.conf
d3db4b
+++ b/src/plugins/ureport.conf
d3db4b
@@ -1,5 +1,5 @@
d3db4b
 # Base URL to uReport server
d3db4b
-URL = http://bug-report.itos.redhat.com
d3db4b
+URL = http://retrace.fedoraproject.org/faf/
d3db4b
 
d3db4b
 # no means that ssl certificates will not be checked
d3db4b
 # SSLVerify = no
d3db4b
@@ -11,7 +11,7 @@ URL = http://bug-report.itos.redhat.com
d3db4b
 # None (default):
d3db4b
 # SSLClientAuth =
d3db4b
 # Using RH subscription management certificate:
d3db4b
-SSLClientAuth = rhsm
d3db4b
+# SSLClientAuth = rhsm
d3db4b
 # Using Puppet certificate:
d3db4b
 # SSLClientAuth = puppet
d3db4b
 # Using custom certificate:
d3db4b
-- 
d3db4b
1.8.3.1
d3db4b