Second beta release of GROMACS 2020
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 16 Oct 2019 09:05:49 +0000 (11:05 +0200)
committerPaul Bauer <paul.bauer.q@gmail.com>
Fri, 1 Nov 2019 13:55:09 +0000 (14:55 +0100)
Updated regressiontest hash.

Change-Id: If7818c6e084f76ddd84678a9fe6ecbc05e255eef

cmake/gmxVersionInfo.cmake

index 606779f4f6eb20e46eb6711968a31f400d220eb1..f34389fe3b5142ec0db59a807a0b2a974a127dc1 100644 (file)
@@ -254,13 +254,13 @@ if (NOT SOURCE_IS_SOURCE_DISTRIBUTION AND
 endif()
 
 set(REGRESSIONTEST_VERSION "${GMX_VERSION_STRING}")
-set(REGRESSIONTEST_BRANCH "refs/heads/master") # TODO change to release-2020
+set(REGRESSIONTEST_BRANCH "refs/heads/release-2020")
 # Run the regressiontests packaging job with the correct pakage
 # version string, and the release box checked, in order to have it
 # build the regressiontests tarball with all the right naming. The
 # naming affects the md5sum that has to go here, and if it isn't right
 # release workflow will report a failure.
-set(REGRESSIONTEST_MD5SUM "79df37f5563fb8f913890a0abf6f6298" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
+set(REGRESSIONTEST_MD5SUM "162edf7d9d520672f5fa5888aae60989" CACHE INTERNAL "MD5 sum of the regressiontests tarball for this GROMACS version")
 
 math(EXPR GMX_VERSION_NUMERIC
      "${GMX_VERSION_MAJOR}*10000 + ${GMX_VERSION_PATCH}")