You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
1.1 KiB

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