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.10.26~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8ac9ccf93f024265fdced7c8462ea0d18f4dca5;p=thirdparty%2Fdbus.git ci-build: Use a mirror that hopefully works better than Sourceforge Signed-off-by: Simon McVittie (cherry picked from commit c6e79f9113d320679d3c29f83b306cb6e5d81bee) --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index 79d54deb2..41e72cf69 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"