Author: antoine Date: Sun Aug 27 20:20:11 2006 New Revision: 437517 URL: http://svn.apache.org/viewvc?rev=437517&view=rev Log: some minor edits
Modified: ant/core/trunk/ReleaseInstructions Modified: ant/core/trunk/ReleaseInstructions URL: http://svn.apache.org/viewvc/ant/core/trunk/ReleaseInstructions?rev=437517&r1=437516&r2=437517&view=diff ============================================================================== --- ant/core/trunk/ReleaseInstructions (original) +++ ant/core/trunk/ReleaseInstructions Sun Aug 27 20:20:11 2006 @@ -79,9 +79,16 @@ on the branch. It is important that this be a clean build. Label this with a tag ANT_16_B1. + C:\dev\asf\ant-core> + svn copy https://svn.apache.org/repos/asf/ant/core/trunk \ + https://svn.apache.org/repos/asf/ant/core/tags/ANT_170_B1 \ + -m "Tagging version 1.7.0Beta1 of Ant" + + Revision 437509 ?\195?\188bertragen. + 8. Sign the distribution files using the following simple script #!/bin/sh - for i in distribution/* + for i in `/usr/bin/find distribution \( -name "*.bz2" -o -name "*.zip" -o -name "*.gz" \)` do echo "Signing " $i gpg -a -b --force-v3-sigs $i --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]