You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2006/08/28 05:20:15 UTC

svn commit: r437517 - /ant/core/trunk/ReleaseInstructions

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