You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by gi...@apache.org on 2022/02/08 02:00:55 UTC

[iceberg-docs] branch asf-site updated: deploy: 1a59d62cf52f154639bfc8563b7ec91d2ff40465

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

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4d41e1f  deploy: 1a59d62cf52f154639bfc8563b7ec91d2ff40465
4d41e1f is described below

commit 4d41e1fcbe165de4f585b377c8996ef0ad89f962
Author: jackye1995 <ja...@users.noreply.github.com>
AuthorDate: Tue Feb 8 02:00:51 2022 +0000

    deploy: 1a59d62cf52f154639bfc8563b7ec91d2ff40465
---
 how-to-verify-a-release/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/how-to-verify-a-release/index.html b/how-to-verify-a-release/index.html
index 55ed099..a400170 100644
--- a/how-to-verify-a-release/index.html
+++ b/how-to-verify-a-release/index.html
@@ -97,7 +97,7 @@ gpg --import KEYS
 </code></pre></div><p>Next, verify the <code>.asc</code> file.</p>
 <div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash>gpg --verify apache-iceberg-0.12.1.tar.gz.asc
 </code></pre></div><h3 id=verifying-checksums>Verifying Checksums</h3>
-<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash>shasum -a <span style=color:#ae81ff>512</span> apache-iceberg-0.12.1.tar.gz.sha512
+<div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash>shasum -a <span style=color:#ae81ff>512</span> --check apache-iceberg-0.12.1.tar.gz.sha512
 </code></pre></div><h3 id=verifying-license-documentation>Verifying License Documentation</h3>
 <p>Untar the archive and change into the source directory.</p>
 <div class=highlight><pre tabindex=0 style=color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-bash data-lang=bash>tar xzf apache-iceberg-0.12.1.tar.gz