From 1160d03279a465e84e4d5aa6f37d380175eac358 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Fri, 5 Feb 2016 21:13:14 +0100 Subject: [PATCH] Always use NetCologne SourceForge mirror The one automatically selected by the SourceForge CDN fails currently: appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip Error downloading file: Unable to connect to the remote server Command exited with code 2 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c8746dff8..cfd0033ad 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: - msiexec /i go1.5.3.windows-amd64.msi /q - go version - go env - - appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip + - appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip - 7z x tar.zip bin/tar.exe - set PATH=bin/;%PATH%