You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/25 07:59:59 UTC

[Jakarta-velocity Wiki] Update of "ReleaseProcess" by WillGlassHusain

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: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org