summaryrefslogtreecommitdiff
path: root/ReleaseInstructions
diff options
context:
space:
mode:
authorStefan Bodewig <bodewig@apache.org>2018-03-24 13:51:17 +0100
committerStefan Bodewig <bodewig@apache.org>2018-03-24 13:51:17 +0100
commite0ab351aa2a7462fd923338d1f658bc0f4971b3e (patch)
treed87cca2c931353e769a8b041c1d9189d1625f8a0 /ReleaseInstructions
parent5a06c8eceba273c75a650fe48b36470aede4d5da (diff)
downloadant-e0ab351aa2a7462fd923338d1f658bc0f4971b3e.tar.gz
xz compressed archives want to get signed as well
Diffstat (limited to 'ReleaseInstructions')
-rw-r--r--ReleaseInstructions2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseInstructions b/ReleaseInstructions
index b9b429624..615640f83 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -131,7 +131,7 @@ Note: This document was adapted from the one created in the context of
b. Using gpg
- $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done
+ $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2 distribution/*/*.xz; 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