From 16f895a78510052833c3b7fd6d06e749ee9d053b Mon Sep 17 00:00:00 2001
From: Erik Alexandre Pucci <eap08@c3sl.ufpr.br>
Date: Fri, 15 Jun 2012 17:53:58 -0300
Subject: [PATCH] collect/integrity-checker.sh: Replace server name by its IP

This change follows the use of the IP by the client to try to avoid a
communication error of unknown cause.

Signed-off-by: Erik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: Aryane Ast dos Santos <aras10@c3sl.ufpr.br>
Acked-by: Marcos Castilho <marcos@c3sl.ufpr.br>
---
 collect/integrity-checker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/collect/integrity-checker.sh b/collect/integrity-checker.sh
index 3e8b384..5bca64a 100755
--- a/collect/integrity-checker.sh
+++ b/collect/integrity-checker.sh
@@ -96,7 +96,7 @@ try_force_update(){
 update_myself(){
     UPDATETRIES=3
     UPDATETIMEOUT=100
-    UPDATESERVER="http://seed.c3sl.ufpr.br/pacotes/download"
+    UPDATESERVER="http://200.17.202.187/pacotes/download"
     TMPDIR="${PREFIX}/tmp"
 
     # The proxy config itself
-- 
GitLab