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