Update src/regressiontests URLs to https
authorSzilárd Páll <pall.szilard@gmail.com>
Tue, 5 Jan 2021 20:58:23 +0000 (20:58 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 5 Jan 2021 20:58:23 +0000 (20:58 +0000)
With the recent server migration we support https downloads and we
should offer those over http.
Also updated the regressiontests URL to point to the ftp server.

docs/conf.py
tests/CMakeLists.txt

index 6d9ef34f590fc37ab76e767725df40964846a0a4..89bab337653a943c0b4182fdac7137ce2bf5e451 100644 (file)
@@ -168,10 +168,10 @@ rst_epilog += """
 .. |Gromacs| replace:: GROMACS
 .. _gmx-manual: manual-{gmx_version_string}.pdf
 .. _gmx-manual-parent-dir: ../manual-{gmx_version_string}.pdf
-.. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
-.. |gmx-source-package-http| replace:: As http http://ftp.gromacs.org/pub/gromacs/gromacs-{gmx_version_string}.tar.gz
-.. |gmx-regressiontests-package| replace:: http://gerrit.gromacs.org/download/regressiontests-{regressiontest_version}.tar.gz
-.. _up-to-date installation instructions: http://manual.gromacs.org/documentation/current/install-guide/index.html
+.. |gmx-source-package-ftp| replace:: As ftp ftp://ftp.gromacs.org/gromacs/gromacs-{gmx_version_string}.tar.gz
+.. |gmx-source-package-http| replace:: As https https://ftp.gromacs.org/gromacs/gromacs-{gmx_version_string}.tar.gz
+.. |gmx-regressiontests-package| replace:: https://ftp.gromacs.org/regressiontests/regressiontests-{regressiontest_version}.tar.gz
+.. _up-to-date installation instructions: https://manual.gromacs.org/documentation/current/install-guide/index.html
 .. _CUDA: http://www.nvidia.com/object/cuda_home_new.html
 .. _OpenCL: https://www.khronos.org/opencl/
 .. _OpenMPI: http://www.open-mpi.org
@@ -191,7 +191,7 @@ rst_epilog += """
 .. _continuous integration server used by GROMACS: http://jenkins.gromacs.org
 .. _Jenkins: http://jenkins-ci.org
 .. _webpage: http://www.gromacs.org
-.. _ftp site: ftp://ftp.gromacs.org/pub/gromacs/
+.. _ftp site: ftp://ftp.gromacs.org/gromacs/
 .. _tutorials: http://www.mdtutorials.com/gmx/
 .. _GitLab: https://gitlab.org/gromacs/gromacs
 .. _download: ../download.html
index 7b3efa2a6c34f7bf7c02f42641b634e613e21732..f95e95bee35668469d35efa27441a440d713e705 100644 (file)
@@ -43,7 +43,7 @@ if(REGRESSIONTEST_DOWNLOAD)
         set(REGRESSIONTEST_URL https://gitlab.com/gromacs/gromacs-regressiontests/-/archive/${REGRESSIONTEST_BRANCH}/gromacs-regressiontests-${REGRESSIONTEST_BRANCH}.tar.gz)
         # REGRESSIONTEST_PATH for dev trees is set later based on the dirname found in the tar
     else()
-        set(REGRESSIONTEST_URL http://ftp.gromacs.org/regressiontests/regressiontests-${REGRESSIONTEST_VERSION}.tar.gz)
+        set(REGRESSIONTEST_URL https://ftp.gromacs.org/regressiontests/regressiontests-${REGRESSIONTEST_VERSION}.tar.gz)
         set(REGRESSIONTEST_PATH
             "${CMAKE_CURRENT_BINARY_DIR}/regressiontests-${REGRESSIONTEST_VERSION}"
             CACHE PATH "Path to auto-downloaded regressiontests" FORCE)