diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-08 15:27:07 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-08 15:27:07 (GMT) |
commit | 8c1f8d5d198e7b858758a639efb40407dc3fb2bb (patch) | |
tree | 4509ef847044b7154e6f756ce0c95f49dfc05b6e /bin/snapshot | |
parent | 8c6fb3da79591e2c48ee505afc7d96f090abf5f2 (diff) | |
download | hdf5-8c1f8d5d198e7b858758a639efb40407dc3fb2bb.zip hdf5-8c1f8d5d198e7b858758a639efb40407dc3fb2bb.tar.gz hdf5-8c1f8d5d198e7b858758a639efb40407dc3fb2bb.tar.bz2 |
[svn-r11371] Purpose:
upgrade.
Description:
A new feature md5 is added to the release script. Upgrade snapshot
to include md5 in the snapshot release process.
Platforms tested:
No test since the change is pretty simple and it is hard to test
without really doing a snapshot release.
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot index 78c66ab..6ef1db0 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -59,8 +59,8 @@ ARCHIVES=$ARCHIVES_default ZLIB_default= ZLIB=$ZLIB_default -# What compression methods to use? -METHODS="gzip bzip2" +# What compression methods to use? (md5 does checksum). +METHODS="gzip bzip2 md5" # Use User's MAKE if set. Else use generic make. MAKE=${MAKE:-make} |