From: Simon McVittie Date: Wed, 27 Sep 2017 14:38:20 +0000 (+0100) Subject: ci-build: Use a mirror that hopefully works better than Sourceforge X-Git-Tag: dbus-1.11.20~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6e79f9113d320679d3c29f83b306cb6e5d81bee;p=thirdparty%2Fdbus.git ci-build: Use a mirror that hopefully works better than Sourceforge Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 2aa283a72..1fd63e079 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -95,7 +95,7 @@ make="make -j${ci_parallel} V=1 VERBOSE=1" case "$ci_host" in (mingw) - mirror=http://sourceforge.net/projects/msys2/files/REPOS/MINGW/i686/ + mirror=http://repo.msys2.org/msys/i686 mingw="$(pwd)/mingw32" install -d "${mingw}" export PKG_CONFIG_LIBDIR="${mingw}/lib/pkgconfig"