Browse Source

fix small errors in instuctions

master
Stefan Bodewig 8 years ago
parent
commit
66edbcf65d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      ReleaseInstructions

+ 3
- 3
ReleaseInstructions View File

@@ -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


Loading…
Cancel
Save