From c037d88f3f08991056c276d15ed9025bdd4a90e0 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 7 Sep 2005 17:02:51 -0500 Subject: [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: --- bin/snapshot | 4 ++-- 1 file 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} -- cgit v0.12