diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-09-07 22:02:51 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-09-07 22:02:51 (GMT) |
commit | c037d88f3f08991056c276d15ed9025bdd4a90e0 (patch) | |
tree | e42779cff367469c1eb3ea0a50d6a75a2fa2f505 /bin/snapshot | |
parent | 629c693d822ff7ab140bd18fe5ef256bffb60322 (diff) | |
download | hdf5-c037d88f3f08991056c276d15ed9025bdd4a90e0.zip hdf5-c037d88f3f08991056c276d15ed9025bdd4a90e0.tar.gz hdf5-c037d88f3f08991056c276d15ed9025bdd4a90e0.tar.bz2 |
[svn-r11366] 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.
Misc. update:
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} |