summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-04-24 21:37:20 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-04-24 21:37:20 (GMT)
commited5f0fbd4fc5bc25d42e952741d75e40aecaefb9 (patch)
tree1da4f0b11e1dd2b90e2f1ee494096bcb61a76407 /bin/snapshot
parent7031b03ac83d4f4003ed0c214ea477fdd4b9d5a7 (diff)
downloadhdf5-ed5f0fbd4fc5bc25d42e952741d75e40aecaefb9.zip
hdf5-ed5f0fbd4fc5bc25d42e952741d75e40aecaefb9.tar.gz
hdf5-ed5f0fbd4fc5bc25d42e952741d75e40aecaefb9.tar.bz2
[svn-r25094] 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}