diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2014-04-24 21:38:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2014-04-24 21:38:54 (GMT) |
commit | ead005cc27f05e2b1497c3651524b7151c9fc48a (patch) | |
tree | 9121d5b4e3fbfaeb8c35e420cdb75b7c9a2b8541 /bin/snapshot | |
parent | 3bdb11694298551dd1124d36497ac3955c91ba98 (diff) | |
download | hdf5-ead005cc27f05e2b1497c3651524b7151c9fc48a.zip hdf5-ead005cc27f05e2b1497c3651524b7151c9fc48a.tar.gz hdf5-ead005cc27f05e2b1497c3651524b7151c9fc48a.tar.bz2 |
[svn-r25096] Bug: HDFFV-8433
Need to unify Windows release process (zip file) and Unix release process (bin/release-> tarfile)
Solution:
Added a new option (zip) to generate Windows zip file from the release tarball.
Tested: by hand running "bin/release ... gzip zip" to verify zip file looks right.
Allen and Dana then confirmed the zip file can be used to build and test HDF5
library without error.
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-x | bin/snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index bb02595..b4adf5e 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -68,7 +68,7 @@ ZLIB_default= ZLIB=$ZLIB_default # What compression methods to use? (md5 does checksum). -METHODS="gzip bzip2 md5 doc" +METHODS="gzip zip bzip2 md5 doc" # Use User's MAKE if set. Else use generic make. MAKE=${MAKE:-make} |