You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2022/04/04 19:38:01 UTC

[wicket] branch wicket-9.x updated: Removed pgp signs from announce email

This is an automated email from the ASF dual-hosted git repository.

adelbene pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 24a6b67713 Removed pgp signs from announce email
24a6b67713 is described below

commit 24a6b6771389d23d6c0fbd95d7e4d818c1e1930c
Author: Andrea Del Bene <ad...@apache.org>
AuthorDate: Fri Apr 1 21:05:09 2022 +0200

    Removed pgp signs from announce email
---
 release.sh | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/release.sh b/release.sh
index a2dcf5929c..7e1b255081 100755
--- a/release.sh
+++ b/release.sh
@@ -140,22 +140,6 @@ function generate_signatures_from_release {
 
     echo "========================================================================
 
-    The signatures for the source release artefacts:
-
-    " > /tmp/release-$version-sigs.txt
-
-    pushd target/dist > /dev/null
-    for i in apache-wicket*{zip,tar.gz}
-    do
-        echo "Signature for $i:
-
-    $(cat $i.asc)
-    " >> /tmp/release-$version-sigs.txt
-    done
-    popd > /dev/null
-
-        echo "========================================================================
-
     CHANGELOG for $version:
     " >> /tmp/release-$version-sigs.txt