Download archives on mirrors of `download.kiwix.org`.

This commit is contained in:
Matthieu Gautier 2020-12-15 15:33:10 +01:00
parent 0ff5d0d173
commit 0d6b143122
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
REM ========================================================
REM Install xapian
curl -fsSL -O http://download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
curl -fsSL -O http://mirror.download.kiwix.org/dev/xapian-core-1.4.14.zip || exit /b 1
7z x xapian-core-1.4.14.zip || exit /b 1
%MINGW64_RUN% "cd /c/Projects/kiwix-build/xapian-core-1.4.14 && ../appveyor/apply_patch.sh xapian_remote.patch" || exit /b 1
cd xapian-core-1.4.14

View File

@ -25,7 +25,7 @@ COLORS = {
}
REMOTE_PREFIX = 'http://download.kiwix.org/dev/'
REMOTE_PREFIX = 'http://mirror.download.kiwix.org/dev/'
def which(name):