From e0ab351aa2a7462fd923338d1f658bc0f4971b3e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 24 Mar 2018 13:51:17 +0100 Subject: [PATCH] xz compressed archives want to get signed as well --- ReleaseInstructions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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