|
|
b404a9 |
From 30c70b7dd18681017b4b5277a324f04063be96c7 Mon Sep 17 00:00:00 2001
|
|
|
b404a9 |
From: Jakub Filak <jfilak@redhat.com>
|
|
|
b404a9 |
Date: Wed, 8 Jan 2014 20:45:08 +0100
|
|
|
b404a9 |
Subject: [ABRT PATCH 3/6] replace all Fedora URLs by corresponding values for
|
|
|
b404a9 |
RHEL
|
|
|
b404a9 |
|
|
|
b404a9 |
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
|
b404a9 |
---
|
|
|
b404a9 |
src/plugins/abrt-retrace-client.c | 2 +-
|
|
|
b404a9 |
src/plugins/analyze_CCpp.xml.in | 2 +-
|
|
|
b404a9 |
src/plugins/analyze_RetraceServer.xml.in | 2 +-
|
|
|
b404a9 |
3 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
b404a9 |
|
|
|
b404a9 |
diff --git a/src/plugins/abrt-retrace-client.c b/src/plugins/abrt-retrace-client.c
|
|
|
b404a9 |
index 60bbbc2..3b6c247 100644
|
|
|
b404a9 |
--- a/src/plugins/abrt-retrace-client.c
|
|
|
b404a9 |
+++ b/src/plugins/abrt-retrace-client.c
|
|
|
b404a9 |
@@ -60,7 +60,7 @@ static bool no_pkgcheck;
|
|
|
b404a9 |
|
|
|
b404a9 |
static struct https_cfg cfg =
|
|
|
b404a9 |
{
|
|
|
b404a9 |
- .url = "retrace.fedoraproject.org",
|
|
|
b404a9 |
+ .url = "localhost",
|
|
|
b404a9 |
.port = 443,
|
|
|
b404a9 |
.ssl_allow_insecure = false,
|
|
|
b404a9 |
};
|
|
|
b404a9 |
diff --git a/src/plugins/analyze_CCpp.xml.in b/src/plugins/analyze_CCpp.xml.in
|
|
|
b404a9 |
index a7ce4dd..6f02692 100644
|
|
|
b404a9 |
--- a/src/plugins/analyze_CCpp.xml.in
|
|
|
b404a9 |
+++ b/src/plugins/analyze_CCpp.xml.in
|
|
|
b404a9 |
@@ -26,7 +26,7 @@
|
|
|
b404a9 |
<options>
|
|
|
b404a9 |
<option type="text" name="RETRACE_SERVER_URL">
|
|
|
b404a9 |
<_label>Retrace server URL</_label>
|
|
|
b404a9 |
- <default-value>retrace.fedoraproject.org</default-value>
|
|
|
b404a9 |
+ <default-value>localhost</default-value>
|
|
|
b404a9 |
<allow-empty>no</allow-empty>
|
|
|
b404a9 |
<_description>Address of the retrace server</_description>
|
|
|
b404a9 |
</option>
|
|
|
b404a9 |
diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in
|
|
|
b404a9 |
index e437cac..cf1d25a 100644
|
|
|
b404a9 |
--- a/src/plugins/analyze_RetraceServer.xml.in
|
|
|
b404a9 |
+++ b/src/plugins/analyze_RetraceServer.xml.in
|
|
|
b404a9 |
@@ -12,7 +12,7 @@
|
|
|
b404a9 |
<options>
|
|
|
b404a9 |
<option type="text" name="RETRACE_SERVER_URL">
|
|
|
b404a9 |
<_label>Retrace server URL</_label>
|
|
|
b404a9 |
- <default-value>retrace.fedoraproject.org</default-value>
|
|
|
b404a9 |
+ <default-value>localhost</default-value>
|
|
|
b404a9 |
<allow-empty>no</allow-empty>
|
|
|
b404a9 |
<_description>Address of the retrace server</_description>
|
|
|
b404a9 |
</option>
|
|
|
b404a9 |
--
|
|
|
b404a9 |
1.8.3.1
|
|
|
b404a9 |
|