From 66edbcf65dc848378fb945f118b11636012a91a3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 25 Dec 2016 19:11:12 +0100 Subject: [PATCH] fix small errors in instuctions --- ReleaseInstructions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index fe2cd4ffb..9c90733ed 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