Blame SOURCES/conf-changed-URL-for-sending-uReport.patch

7521d1
From 0d4c8deb8252ad8ffb60568cf0cc33a74b8759fc Mon Sep 17 00:00:00 2001
7521d1
From: Matej Habrnal <mhabrnal@redhat.com>
7521d1
Date: Mon, 2 Feb 2015 21:41:36 +0100
7521d1
Subject: [PATCH] conf: changed URL for sending uReport
7521d1
7521d1
Changed faf server url in report_uReport.xml.in.
7521d1
uReports are sending to https://retrace.fedoraproject.org/faf by default.
7521d1
7521d1
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
7521d1
---
7521d1
 src/plugins/report_uReport.xml.in | 2 +-
7521d1
 1 file changed, 1 insertion(+), 1 deletion(-)
7521d1
7521d1
diff --git a/src/plugins/report_uReport.xml.in b/src/plugins/report_uReport.xml.in
7521d1
index 63dfc22..aca857a 100644
7521d1
--- a/src/plugins/report_uReport.xml.in
7521d1
+++ b/src/plugins/report_uReport.xml.in
7521d1
@@ -11,7 +11,7 @@
7521d1
             <_label>uReport Server URL</_label>
7521d1
             <allow-empty>no</allow-empty>
7521d1
             <_description>Address of uReport webservice</_description>
7521d1
-            <default-value>http://bug-report.itos.redhat.com</default-value>
7521d1
+            <default-value>https://retrace.fedoraproject.org/faf</default-value>
7521d1
         </option>
7521d1
         <option type="text" name="uReport_ContactEmail">
7521d1
             <_label>Contact email address</_label>
7521d1
-- 
7521d1
1.8.3.1
7521d1