From 231fe0cefcb7f0c9cf09505246a5f6031f1cfa63 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Thu, 14 Sep 2017 20:43:27 -0400 Subject: [PATCH] common/travis: switch to repo by DNS until repo3 DNS is fixed --- 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 8022ab38da4..59837aac6b0 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://198.204.250.219#' etc/repos-remote.conf +sed -i 's#https\?://repo\.voidlinux\.eu#http://repo.voidlinux.eu#' etc/repos-remote.conf