summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-04-24 21:38:54 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-04-24 21:38:54 (GMT)
commitead005cc27f05e2b1497c3651524b7151c9fc48a (patch)
tree9121d5b4e3fbfaeb8c35e420cdb75b7c9a2b8541 /bin/snapshot
parent3bdb11694298551dd1124d36497ac3955c91ba98 (diff)
downloadhdf5-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-xbin/snapshot2
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}