diff --git a/conda/build-condarc b/conda/build-condarc index 8cf200910d527d30596831c0413587ca2c18ac02..bcf7fb97b6da2f4180f21ce1c6fdaabed1dbf977 100644 --- a/conda/build-condarc +++ b/conda/build-condarc @@ -1,8 +1,8 @@ default_channels: - - https://repo.continuum.io/pkgs/main - - https://repo.continuum.io/pkgs/free - - https://repo.continuum.io/pkgs/r - - https://repo.continuum.io/pkgs/pro + - https://repo.anaconda.com/pkgs/main + - https://repo.anaconda.com/pkgs/free + - https://repo.anaconda.com/pkgs/r + - https://repo.anaconda.com/pkgs/pro add_pip_as_python_dependency: false show_channel_urls: true anaconda_upload: false diff --git a/gitlab/before_build.sh b/gitlab/before_build.sh index 655ff4735f8a69509a92c240734bf0e570a21b61..1d46495bf53ef80b2a946e1607d752ddc8551b65 100755 --- a/gitlab/before_build.sh +++ b/gitlab/before_build.sh @@ -14,10 +14,10 @@ touch ${CONDA_ROOT}/pkgs/urls.txt cat <<EOF > ${CONDARC} default_channels: #!final - - https://repo.continuum.io/pkgs/main - - https://repo.continuum.io/pkgs/free - - https://repo.continuum.io/pkgs/r - - https://repo.continuum.io/pkgs/pro + - https://repo.anaconda.com/pkgs/main + - https://repo.anaconda.com/pkgs/free + - https://repo.anaconda.com/pkgs/r + - https://repo.anaconda.com/pkgs/pro add_pip_as_python_dependency: false #!final changeps1: false #!final always_yes: true #!final @@ -43,7 +43,7 @@ echo "Contents of \`${CONDARC}':" cat ${CONDARC} # updates conda installation -run_cmd ${CONDA_ROOT}/bin/conda install python conda=4.4 curl conda-build=3 +run_cmd ${CONDA_ROOT}/bin/conda install python conda=4 curl conda-build=3 # cleans up run_cmd ${CONDA_ROOT}/bin/conda clean --lock