[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:
This commit is contained in:
Albert Cheng 2005-09-07 17:02:51 -05:00
parent 629c693d82
commit c037d88f3f

View File

@ -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}