Download archives on mirrors of `download.kiwix.org`.
This commit is contained in:
parent
0ff5d0d173
commit
0d6b143122
|
@ -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
|
||||
|
|
|
@ -25,7 +25,7 @@ COLORS = {
|
|||
}
|
||||
|
||||
|
||||
REMOTE_PREFIX = 'http://download.kiwix.org/dev/'
|
||||
REMOTE_PREFIX = 'http://mirror.download.kiwix.org/dev/'
|
||||
|
||||
|
||||
def which(name):
|
||||
|
|
Loading…
Reference in New Issue