Merge pull request #2741 from htgoebel/patch-1

Vagrantfile: Fix cygwin mirror URL.
This commit is contained in:
enkore 2017-06-24 11:24:36 +02:00 committed by GitHub
commit 4714a453a8

2
Vagrantfile vendored
View file

@ -193,7 +193,7 @@ def packages_cygwin(version)
REM --- Install build version of CygWin in a subfolder
set OURPATH=%cd%
set CYGBUILD="C:\\cygwin\\CygWin"
set CYGMIRROR=ftp://mirrors.kernel.org/sourceware/cygwin/
set CYGMIRROR=http://mirrors.kernel.org/sourceware/cygwin/
set BASEPKGS=openssh,rsync
set BUILDPKGS=python3,python3-setuptools,python-devel,binutils,gcc-g++,libopenssl,openssl-devel,git,make,liblz4-devel,liblz4_1,curl
%CYGSETUP% -q -B -o -n -R %CYGBUILD% -L -D -s %CYGMIRROR% -P %BASEPKGS%,%BUILDPKGS%