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.
28 lines
841 B
28 lines
841 B
5 years ago
|
From 212cc1961c62d9c4e39ae3a13b2fe5525ad78744 Mon Sep 17 00:00:00 2001
|
||
|
From: Matej Habrnal <mhabrnal@redhat.com>
|
||
|
Date: Mon, 2 Feb 2015 16:31:51 +0100
|
||
|
Subject: [PATCH] ureport: set url to public faf server
|
||
|
|
||
|
Set url to public faf server because the private one doesn't return URL to
|
||
|
known issues, bthash, possible solution etc.
|
||
|
|
||
|
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
|
||
|
---
|
||
|
src/plugins/ureport.conf | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
|
||
|
index e04bf56..4d64ee7 100644
|
||
|
--- a/src/plugins/ureport.conf
|
||
|
+++ b/src/plugins/ureport.conf
|
||
|
@@ -1,5 +1,5 @@
|
||
|
# Base URL to uReport server
|
||
|
-# URL = http://bug-report.itos.redhat.com
|
||
|
+URL = https://retrace.fedoraproject.org/faf
|
||
|
|
||
|
# no means that ssl certificates will not be checked
|
||
|
# SSLVerify = no
|
||
|
--
|
||
|
1.8.3.1
|
||
|
|