Blame SOURCES/plugin-set-URL-to-retrace-server.patch

038195
From 81181a893b91a229e05a5a915cc98347126e3834 Mon Sep 17 00:00:00 2001
038195
From: Matej Habrnal <mhabrnal@redhat.com>
038195
Date: Fri, 30 Jan 2015 17:52:25 +0100
038195
Subject: [PATCH 90/91] plugin: set URL to retrace server
038195
038195
Changed default retrace server URL from localhost to retrace.fedoraproject.org.
038195
038195
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
038195
---
038195
 src/plugins/analyze_CCpp.xml.in          | 2 +-
038195
 src/plugins/analyze_RetraceServer.xml.in | 2 +-
038195
 2 files changed, 2 insertions(+), 2 deletions(-)
038195
038195
diff --git a/src/plugins/analyze_CCpp.xml.in b/src/plugins/analyze_CCpp.xml.in
038195
index 6f02692..a7ce4dd 100644
038195
--- a/src/plugins/analyze_CCpp.xml.in
038195
+++ b/src/plugins/analyze_CCpp.xml.in
038195
@@ -26,7 +26,7 @@
038195
     <options>
038195
         <option type="text" name="RETRACE_SERVER_URL">
038195
            <_label>Retrace server URL</_label>
038195
-           <default-value>localhost</default-value>
038195
+           <default-value>retrace.fedoraproject.org</default-value>
038195
            <allow-empty>no</allow-empty>
038195
            <_description>Address of the retrace server</_description>
038195
        </option>
038195
diff --git a/src/plugins/analyze_RetraceServer.xml.in b/src/plugins/analyze_RetraceServer.xml.in
038195
index cf1d25a..e437cac 100644
038195
--- a/src/plugins/analyze_RetraceServer.xml.in
038195
+++ b/src/plugins/analyze_RetraceServer.xml.in
038195
@@ -12,7 +12,7 @@
038195
     <options>
038195
         <option type="text" name="RETRACE_SERVER_URL">
038195
            <_label>Retrace server URL</_label>
038195
-           <default-value>localhost</default-value>
038195
+           <default-value>retrace.fedoraproject.org</default-value>
038195
            <allow-empty>no</allow-empty>
038195
            <_description>Address of the retrace server</_description>
038195
        </option>
038195
-- 
038195
1.8.3.1
038195