From 6c0fcb84a8e968101e0483f033b2cc26b22c83e0 Mon Sep 17 00:00:00 2001 From: Larry Knox Date: Sat, 11 Apr 2015 22:45:56 -0500 Subject: [svn-r26782] Remove md5 from METHODS arguments for calling bin/release script from snapshot script. md5 method was removed and md5 checksums are always produced for all compression methods. --- bin/snapshot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/snapshot b/bin/snapshot index b4adf5e..a496edd 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -67,8 +67,8 @@ ReleaseDir_default=release_dir ZLIB_default= ZLIB=$ZLIB_default -# What compression methods to use? (md5 does checksum). -METHODS="gzip zip bzip2 md5 doc" +# What compression methods to use? +METHODS="gzip zip bzip2 doc" # Use User's MAKE if set. Else use generic make. MAKE=${MAKE:-make} -- cgit v0.12