You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2019/05/20 03:49:21 UTC

[incubator-tuweni] 09/09: Add instructions to perform checksums

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

toulmean pushed a commit to branch 0.7
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit a8d55b7cd9196895a1b44be58cc33ef9d999c10b
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun May 19 23:44:13 2019 -0400

    Add instructions to perform checksums
---
 RELEASE.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/RELEASE.md b/RELEASE.md
index 16cdc8b..dee74f9 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -45,7 +45,17 @@ export BUILD_RELEASE=true
 
 Build the artifacts
 ```
-./gradlew assemble
+./gradlew build
+```
+
+Check the sha512 signatures match
+```
+shasum -a 512 dist/build/distributions/tuweni-bin-${RELEASE VERSION}.tgz
+shasum -a 512 dist/build/distributions/tuweni-bin-${RELEASE VERSION}.zip
+shasum -a 512 dist/build/distributions/tuweni-src-${RELEASE VERSION}.tgz
+shasum -a 512 dist/build/distributions/tuweni-src-${RELEASE VERSION}.zip
+shasum -a 512 dist/build/distributions/tuweni-gossip-${RELEASE VERSION}.tgz
+shasum -a 512 dist/build/distributions/tuweni-gossip-${RELEASE VERSION}.zip
 ```
 
 Sign and publish


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