mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
Merge remote-tracking branch 'origin/nanomirrors'
This commit is contained in:
commit
963766afcd
@ -20,7 +20,12 @@ TMP_DIR=$(mktemp -d)
|
||||
CONDA_REPOS=("free" "r" "mro" "pro")
|
||||
CONDA_ARCHES=("noarch" "linux-64" "linux-32" "linux-armv6l" "linux-armv7l" "linux-ppc64le" "osx-64" "osx-32" "win-64" "win-32")
|
||||
|
||||
CONDA_CLOUD_REPOS=("conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/noarch" "msys2/win-64" "msys2/noarch")
|
||||
CONDA_CLOUD_REPOS=(
|
||||
"conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/noarch"
|
||||
"msys2/win-64" "msys2/noarch"
|
||||
"bioconda/noarch" "bioconda/linux-64" "bioconda/osx-64"
|
||||
"menpo/linux-64" "menpo/osx-64" "menpo/win-64" "menpo/win-32" "menpo/noarch"
|
||||
)
|
||||
|
||||
EXIT_STATUS=0
|
||||
EXIT_MSG=""
|
||||
@ -31,7 +36,7 @@ function check-and-download () {
|
||||
wget -q --spider ${remote_file}
|
||||
if [ $? -eq 0 ]; then
|
||||
echo "downloading ${remote_file}"
|
||||
wget -q -N -O ${local_file} ${remote_file}
|
||||
wget -q -O ${local_file} ${remote_file}
|
||||
return
|
||||
fi
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user