remove conda cloud r channel

This commit is contained in:
Wang Yuzhi 2017-01-23 20:14:42 +08:00
parent 3f84a93398
commit 9cfdda0b6b

View File

@ -20,10 +20,7 @@ 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" "r/linux-64" "r/osx-64" "r/osx-64"
)
CONDA_CLOUD_REPOS=("conda-forge/linux-64" "conda-forge/osx-64" "conda-forge/win-64" "conda-forge/noarch" "msys2/win-64")
EXIT_STATUS=0
EXIT_MSG=""