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

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git


The following commit(s) were added to refs/heads/master by this push:
     new 694a4ba  Remove SHA256 hash, SHA512 is sufficient
694a4ba is described below

commit 694a4baa3d4ec0527eca5cc727b92735b2221101
Author: Steve Lawrence <[email protected]>
AuthorDate: Wed Apr 8 10:01:54 2020 -0400

    Remove SHA256 hash, SHA512 is sufficient
    
    DAFFODIL-2316
---
 containers/release-candidate/daffodil-release-candidate | 1 -
 1 file changed, 1 deletion(-)

diff --git a/containers/release-candidate/daffodil-release-candidate 
b/containers/release-candidate/daffodil-release-candidate
index b2fffe7..fc312a7 100755
--- a/containers/release-candidate/daffodil-release-candidate
+++ b/containers/release-candidate/daffodil-release-candidate
@@ -193,7 +193,6 @@ do
     pushd $DAFFODIL_RELEASE_DIR/$i > /dev/null
     for file in *
     do
-       sha256sum --binary $file > $file.sha256
        sha512sum --binary $file > $file.sha512
        gpg --default-key $PGP_SIGNING_KEY_ID --detach-sign --armor --output 
$file.asc $file
     done

Reply via email to