Browse Source

small tweaks to release instructions

master
Stefan Bodewig 3 years ago
parent
commit
d1ccd324c1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ReleaseInstructions

+ 2
- 2
ReleaseInstructions View File

@@ -90,7 +90,7 @@ Note: This document was updated in the context of releasing Ant
build. build.


# clean # clean
$ rm -rf bootstrap build dist distribution java-repository target
$ rm -rf bootstrap build dist distribution java-repository target ant_*.snap
$ ./build.sh dist-lite $ ./build.sh dist-lite
$ ./dist/bin/ant -nouserlib -lib lib/optional distribution $ ./dist/bin/ant -nouserlib -lib lib/optional distribution


@@ -143,7 +143,7 @@ Note: This document was updated in the context of releasing Ant


b. Using gpg b. Using gpg


$ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz; do gpg --use-agent --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 $ 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 11. Convert the part of the WHATSNEW file covering the changes


Loading…
Cancel
Save