You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/12/25 18:11:36 UTC

ant git commit: fix small errors in instuctions

Repository: ant
Updated Branches:
  refs/heads/1.9.x 7081e356a -> 66edbcf65


fix small errors in instuctions


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/66edbcf6
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/66edbcf6
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/66edbcf6

Branch: refs/heads/1.9.x
Commit: 66edbcf65dc848378fb945f118b11636012a91a3
Parents: 7081e35
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 25 19:11:12 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 25 19:11:12 2016 +0100

----------------------------------------------------------------------
 ReleaseInstructions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/66edbcf6/ReleaseInstructions
----------------------------------------------------------------------
diff --git a/ReleaseInstructions b/ReleaseInstructions
index fe2cd4f..9c90733 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -131,8 +131,8 @@ Note: This document was updated in the context of releasing Ant
 
     b. Using gpg
 
-    $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --detach-sign --armor $i; done
-    $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --detach-sign --armor $i; done
+    $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done
+    $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --use-agent --detach-sign --armor $i; done
 
 11. Convert the part of the WHATSNEW file covering the changes
     since the last release into HTML for the README file on the
@@ -170,7 +170,7 @@ Note: This document was updated in the context of releasing Ant
 
     using the build file release/upload.xml - this requires Ivy
 
-      $ ./build.sh -Dupload.user=foo -Dupload.password=secret -lib location_of_ivy_jar -f upload.xml
+      $ ./build.sh -Dupload.user=foo -Dupload.password=secret -lib location_of_ivy_jar -f release/upload.xml
 
     After the upload, you need to access the web interface of nexus
     under https://repository.apache.org login using your Apache