From 2b34bfe4e9b65941e1c7faca809e9aadb8070869 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 14 Sep 2017 20:38:06 -0400 Subject: [PATCH] common/travis: switch to repo3 by IP address --- common/travis/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/prepare.sh b/common/travis/prepare.sh index f4309e520d6..8022ab38da4 100755 --- a/common/travis/prepare.sh +++ b/common/travis/prepare.sh @@ -23,4 +23,4 @@ echo XBPS_MAKEJOBS=4 >> etc/conf echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf /bin/echo -e '\x1b[32mUpdating etc/repos-remote.conf...\x1b[0m' -sed -i 's#https\?://repo\.voidlinux\.eu#http://repo3.voidlinux.eu#' etc/repos-remote.conf +sed -i 's#https\?://repo\.voidlinux\.eu#http://198.204.250.219#' etc/repos-remote.conf