You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2007/06/30 05:27:17 UTC

[Tapestry Wiki] Update of "ReleaseChecklist" by NickWestgate

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by NickWestgate:
http://wiki.apache.org/tapestry/ReleaseChecklist

------------------------------------------------------------------------------
  
  {{{ant -emacs dist}}}
  
+ Note: this often fails generating the forrest documentation (I believe its a problem with Forrest, not with our documentation); that's ok, just follow up with {{{ant -emacs dist-build}}} to pick up after Forrest runs.
+ 
  This will perform a final, clean build of the Tapestry framework, contrib, examples and documentation.  It will then package the results,
  ready for upload.
  
@@ -107, +109 @@

  
  = Sign the release =
  
- Change to the target/dist directory and sign the files.  Here's a quicky for doing it using GnuPG and Bash:
+ The files uploaded into Maven and to the mirrors need to be signed. Here's a quicky for doing it using GnuPG and Bash:
  
  {{{
- for i in *.gz *.zip
+ for i in target/*.jar target/dist/*.gz target/dist/*.zip
  do
    echo "Signing " $i
    gpg -a -b --force-v3-sigs $i
  done
  }}}
  
- Lucky you ... you get to type your GnuPG pass phrase three times in a row.  Hey, it used to be five!
+ Lucky you ... you get to type your GnuPG pass phrase again and again and again!
  
  The signatures show up as .asc files.
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org