add msys2 repo of Anaconda

This commit is contained in:
Yuxiang Zhang 2019-08-23 15:41:58 +08:00 committed by GitHub
parent 3e68923894
commit 89990dabdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ CONDA_CLOUD_BASE_URL = os.getenv("CONDA_COULD_URL", "https://conda.anaconda.org"
WORKING_DIR = os.getenv("TUNASYNC_WORKING_DIR") WORKING_DIR = os.getenv("TUNASYNC_WORKING_DIR")
CONDA_REPOS = ("main", "free", "r", "mro", "pro") CONDA_REPOS = ("main", "free", "r", "mro", "pro", "msys2")
CONDA_ARCHES = ( CONDA_ARCHES = (
"noarch", "linux-64", "linux-32", "linux-armv6l", "linux-armv7l", "noarch", "linux-64", "linux-32", "linux-armv6l", "linux-armv7l",
"linux-ppc64le", "osx-64", "osx-32", "win-64", "win-32" "linux-ppc64le", "osx-64", "osx-32", "win-64", "win-32"