Add validation of tarball builds
[alexxy/gromacs.git] / admin / builds / source-package.py
index 6c6322e1f9e1a201c765af8b165ac5248aeaabf1..58e80fa263fda8582a59557b1d0a0e9e0c13ed4f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2015,2016,2017, by the GROMACS development team, led by
+# Copyright (c) 2015,2016,2017,2019, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -54,6 +54,7 @@ def do_build(context):
     context.build_target(target='man')
     context.build_target(target='completion')
     context.build_target(target='install-guide')
+    context.build_target(target='checksum-files')
 
     context.build_target(target='package_source')