Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-velocity Wiki" for change notification.
The following page has been changed by WillGlassHusain: http://wiki.apache.org/jakarta-velocity/ReleaseProcess The comment on the change is: ant package now generates the checksums, so we don't need to list this step ------------------------------------------------------------------------------ * check this change in using `svn commit` * build the release packages using `ant package` * enter the `bin` directory - * run the following shell script to build MD5 and SHA1 checksums: - {{{ - #! /bin/bash - for i in *.tar.gz *.zip *jar; do - md5sum < $i | cut -d' ' -f1 > $i.md5 - sha1sum < $i | cut -d' ' -f1 > $i.sha1 - done - }}} - * Generate GPG signatures: {{{ #! /bin/bash --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
