This is an automated email from the ASF dual-hosted git repository.
alopresto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/master by this push:
new 4573d7c Added -v option to gpg command to verify release candidate
signature.
4573d7c is described below
commit 4573d7c074fda7bcb1eea68d8603cb6be39bd299
Author: Andy LoPresto <[email protected]>
AuthorDate: Thu Apr 4 11:24:01 2019 -0700
Added -v option to gpg command to verify release candidate signature.
---
src/pages/markdown/release-guide.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/markdown/release-guide.md
b/src/pages/markdown/release-guide.md
index 2ba02e4..cc027db 100644
--- a/src/pages/markdown/release-guide.md
+++ b/src/pages/markdown/release-guide.md
@@ -377,7 +377,7 @@ and more positive than negative binding votes._
wget
https://dist.apache.org/repos/dist/dev/nifi/nifi-${NIFI_VERSION}/nifi-${NIFI_VERSION}-source-release.zip.sha512
# Verify the signature
- gpg --verify nifi-${NIFI_VERSION}-source-release.zip.asc
+ gpg --verify -v nifi-${NIFI_VERSION}-source-release.zip.asc
# Verify the hashes (sha256, sha512) match the source and what was
provided in the vote email thread
shasum -a 256 nifi-${NIFI_VERSION}-source-release.zip