You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2022/08/22 11:58:05 UTC

[isis] 02/02: ISIS-2965: verification-script: just comments

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

ahuber pushed a commit to branch release-2.0.0-M8-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 001bca56405cf18a0ee3ad989bfcb422e66f03f2
Author: andi-huber <ah...@apache.org>
AuthorDate: Mon Aug 22 13:54:21 2022 +0200

    ISIS-2965: verification-script: just comments
---
 scripts/verify-isis-release.sh | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/scripts/verify-isis-release.sh b/scripts/verify-isis-release.sh
index 5bfd241aa3..8137762c6a 100755
--- a/scripts/verify-isis-release.sh
+++ b/scripts/verify-isis-release.sh
@@ -31,10 +31,14 @@
 #    curl
 #    gpg
 #    unzip
-#    jdk 8
+#    jdk 11+ (make sure you have the 'jar' command!)
 #    mvn 3.6.0+
 #
 
+## uncomment for single line step through debugging
+# set -x
+# trap read debug
+
 # shellcheck disable=SC2164
 
 _execmustpass(){