Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-tapestry Wiki" for change notification.
The following page has been changed by HowardLewisShip: http://wiki.apache.org/jakarta-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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
