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:41 UTC

[wicket] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 02bc4d0529 Removed pgp signs from announce email
02bc4d0529 is described below

commit 02bc4d0529988d1acdf72c88809f06297462342b
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 19a570b29f..28cf2dcd3e 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