You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ot...@apache.org on 2020/02/14 20:52:38 UTC

[plc4x] branch develop updated: HOW TO VERIFY DOWNLOADED FILES

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

otluk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 87682d4  HOW TO VERIFY DOWNLOADED FILES
87682d4 is described below

commit 87682d4a6c8269219909ad75c69ae821042853f5
Author: ottlukas <ot...@gmail.com>
AuthorDate: Fri Feb 14 21:52:32 2020 +0100

    HOW TO VERIFY DOWNLOADED FILES
---
 src/site/asciidoc/developers/release/validation.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/asciidoc/developers/release/validation.adoc b/src/site/asciidoc/developers/release/validation.adoc
index 5a5f3ce..c920232 100644
--- a/src/site/asciidoc/developers/release/validation.adoc
+++ b/src/site/asciidoc/developers/release/validation.adoc
@@ -23,6 +23,7 @@ TIP: On MacOS and Linux the first 4 steps can be automated. For details please r
 
 1. Download all staged artifacts under the url specified in the release vote email into a directory we'll now call `download-dir`.
 2. Verify the signature is correct:
+Additinal Apache tutorial on how to verify downloads can be http://www.apache.org/info/verification.html[here].
 +
 [subs="attributes"]
 ----
@@ -76,4 +77,4 @@ This will download all the files into a directory: `downloaded-plc4x-{current-fu
 
 After that it will calculate the SHA512 hash and compare it with the staged hash.
 
-Last not least it will validate the PGP key and print out some information on it.
\ No newline at end of file
+Last not least it will validate the PGP key and print out some information on it.