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 367675f Updated Release Candidate Validation (markdown)
367675f is described below
commit 367675fc996c465837e508daf6a81e33f446cc66
Author: tuteng <[email protected]>
AuthorDate: Wed Nov 6 11:57:41 2019 +0800
Updated Release Candidate Validation (markdown)
---
Release-Candidate-Validation.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Release-Candidate-Validation.md b/Release-Candidate-Validation.md
index b32f5fe..5e95e2e 100644
--- a/Release-Candidate-Validation.md
+++ b/Release-Candidate-Validation.md
@@ -5,10 +5,14 @@ Unzip the server distribution
`apache-pulsar-manager-<release>-bin.tar.gz`. The
## Validation checksum
```
+gpg -b --armor apache-pulsar-manager-<release>-bin.tar.gz
+gpg -b --armor apache-pulsar-manager-<release>-bin.tar.gz
shasum -a 512 apache-pulsar-manager-<release>-src.tar.gz
shasum -a 512 apache-pulsar-manager-<release>-bin.tar.gz
```
+Compare the contents of file .sha512, .asc to ensure consistency.
+
## Start Pulsar standalone
```