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

dongjoon pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 91c61a6cf MINOR: Add ASF verification instruction link
91c61a6cf is described below

commit 91c61a6cfa3aa26170ba9c6ddd60c8bf5306f006
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon May 23 17:20:17 2022 -0700

    MINOR: Add ASF verification instruction link
---
 docs/releases.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/releases.html b/docs/releases.html
index a4645f05b..079e8cf1f 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -1025,7 +1025,8 @@ signed by <a 
href="https://downloads.apache.org/orc/KEYS";>William Hyun (DECDFA29
 
 <h2 id="checking-signatures">Checking signatures</h2>
 
-<p>All GPG signatures should be verified as matching one of the keys in ORC’s
+<p>Verify the releases by following <a 
href="https://www.apache.org/info/verification.html";>ASF procedures</a>.
+All GPG signatures should be verified as matching one of the keys in ORC’s
 committers’ <a href="https://downloads.apache.org/orc/KEYS";>key list</a>.</p>
 
 <div class="language-shell highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>% shasum <span class="nt">-a</span> 256 orc-X.Y.Z.tgz | 
diff - orc-X.Y.Z.tgz.sha256

Reply via email to