You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2022/01/16 19:45:25 UTC

svn commit: r52103 - /dev/datasketches/scripts/verify_asc_sha512.sh

Author: leerho
Date: Sun Jan 16 19:45:25 2022
New Revision: 52103

Log:
update scripts/verify_asc_sha512.sh with comment

Modified:
    dev/datasketches/scripts/verify_asc_sha512.sh

Modified: dev/datasketches/scripts/verify_asc_sha512.sh
==============================================================================
--- dev/datasketches/scripts/verify_asc_sha512.sh (original)
+++ dev/datasketches/scripts/verify_asc_sha512.sh Sun Jan 16 19:45:25 2022
@@ -38,6 +38,7 @@ echo $ShaFile
 echo
 echo "## GPG Verify"
 gpg --verbose --verify "$AscFile" "$BaseFile"
+#for file in ./*.asc; do gpg --verbose --verify $file; done
 
 echo
 echo "## SHA512 Verify"



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org