You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gu...@apache.org on 2019/11/06 03:54:04 UTC

[pulsar-manager.wiki] branch master updated: Updated Release Candidate Validation (markdown)

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

guangning pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 9322dad  Updated Release Candidate Validation (markdown)
9322dad is described below

commit 9322dada9c0bbe756e477f51e67a9b4b741ab70c
Author: tuteng <eg...@gmail.com>
AuthorDate: Wed Nov 6 11:54:02 2019 +0800

    Updated Release Candidate Validation (markdown)
---
 Release-Candidate-Validation.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index 41094d7..b32f5fe 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -2,6 +2,13 @@
 
 Unzip the server distribution `apache-pulsar-manager-<release>-bin.tar.gz`. The unzipped binary is in a directory called `apache-pulsar-manager-<release>`. All the operations below happen within that directory.
 
+## Validation checksum
+
+```
+shasum -a 512 apache-pulsar-manager-<release>-src.tar.gz
+shasum -a 512 apache-pulsar-manager-<release>-bin.tar.gz
+```
+
 ## Start Pulsar standalone
 
 ```