You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2019/06/10 13:02:15 UTC

[camel-k] 01/05: Fix #683: add sha512 to binary files

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

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 24215fa8c034c2e8a3afc48ff798c6aeeeadaa5d
Author: nferraro <ni...@gmail.com>
AuthorDate: Fri Jun 7 16:17:36 2019 +0200

    Fix #683: add sha512 to binary files
---
 script/cross_compile.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/script/cross_compile.sh b/script/cross_compile.sh
index b86d17d..001b4e9 100755
--- a/script/cross_compile.sh
+++ b/script/cross_compile.sh
@@ -47,6 +47,8 @@ cross_compile () {
 	    gpg --output ${targetdir}/kamel${extension}.asc --armor --detach-sig --passphrase ${gpg_pass} ${targetdir}/kamel${extension}
 	fi
 
+    pushd . && cd ${targetdir} && sha512sum -b kamel${extension} > kamel${extension}.sha512 && popd
+
 	cp ${location}/../LICENSE ${targetdir}/
 	cp ${location}/../NOTICE ${targetdir}/