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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a8d2d90  Publish commit(s) from site source repo:   9de20e593 update 
release links   2ae88500e Point Kudu 1.8.0 download at archives
a8d2d90 is described below

commit a8d2d90e0722138cee71b87235330d217c39ad3d
Author: Andrew Wong <[email protected]>
AuthorDate: Wed Mar 13 22:14:58 2019 -0700

    Publish commit(s) from site source repo:
      9de20e593 update release links
      2ae88500e Point Kudu 1.8.0 download at archives
    
    Site-Repo-Commit: 9de20e593d86c241da92893dbb23fd6a51f811c4
---
 feed.xml                  |  2 +-
 releases/1.7.1/index.html | 21 ++++++++++++++++++++-
 releases/1.8.0/index.html | 18 ++++++++++--------
 releases/1.9.0/index.html | 21 +++++++++++++++------
 4 files changed, 46 insertions(+), 16 deletions(-)

diff --git a/feed.xml b/feed.xml
index 7cfaa63..3b6e2be 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom";><generator uri="http://jekyllrb.com"; 
version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-03-12T17:21:32-07:00</updated><id>/</id><entry><title>Transparent
 Hierarchical Storage Management with Apache Kudu and Impala</title><link 
href="/2019/03/05/transparent-hierarchical-storage-management-with-apache- [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom";><generator uri="http://jekyllrb.com"; 
version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2019-03-13T22:14:31-07:00</updated><id>/</id><entry><title>Transparent
 Hierarchical Storage Management with Apache Kudu and Impala</title><link 
href="/2019/03/05/transparent-hierarchical-storage-management-with-apache- [...]
 &lt;a 
href=&quot;https://blog.cloudera.com/blog/2019/03/transparent-hierarchical-storage-management-with-apache-kudu-and-impala/&quot;&gt;Transparent
 Hierarchical Storage Management with Apache Kudu and Impala&lt;/a&gt;&lt;/p&gt;
 
 &lt;p&gt;When picking a storage option for an application it is common to pick 
a single
diff --git a/releases/1.7.1/index.html b/releases/1.7.1/index.html
index 144a5e9..29a1c6d 100644
--- a/releases/1.7.1/index.html
+++ b/releases/1.7.1/index.html
@@ -132,13 +132,32 @@ under the License.
 <p>Downloads of Kudu 1.7.1 are available in the following formats:</p>
 
 <ul>
-  <li><a 
href="https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz";>Kudu 
1.7.1 source tarball</a>
+  <li><a 
href="http://www.apache.org/closer.cgi?filename=kudu/1.7.1/apache-kudu-1.7.1.tar.gz";>Kudu
 1.7.1 source tarball</a>
 (<a 
href="https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz.sha512";>SHA-512</a>,
 <a 
href="https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz.asc";>Signature</a>)</li>
 </ul>
 
 <p>You can use the <a href="https://www.apache.org/dist/kudu/KEYS";>KEYS 
file</a> to verify the included GPG signature.</p>
 
+<p>To verify the integrity of the release, check the following:</p>
+
+<ul>
+  <li>Verify the checksum by downloading the release and the 
<code>.sha512</code> file, and
+running the following command:
+    <ul>
+      <li>On Linux: <code>sha512sum -c 
apache-kudu-1.7.1.tar.gz.sha512</code></li>
+      <li>On MacOS: <code>shasum -a 512 -c 
apache-kudu-1.7.1.tar.gz.sha512</code></li>
+    </ul>
+  </li>
+  <li>Verify the signature by downloading the release and the 
<code>.asc</code> file, and
+doing the following:
+    <ul>
+      <li>Import the KEYS file to the GPG keychain by running <code>gpg 
--import KEYS</code></li>
+      <li>Run <code>gpg --verify apache-kudu-1.7.1.tar.gz.asc 
apache-kudu-1.7.1.tar.gz</code></li>
+    </ul>
+  </li>
+</ul>
+
 <p>Additional links:</p>
 
 <ul>
diff --git a/releases/1.8.0/index.html b/releases/1.8.0/index.html
index 82ed4ab..137b4ff 100644
--- a/releases/1.8.0/index.html
+++ b/releases/1.8.0/index.html
@@ -132,26 +132,28 @@ under the License.
 <p>Downloads of Kudu 1.8.0 are available in the following formats:</p>
 
 <ul>
-  <li><a 
href="https://www.apache.org/dyn/closer.cgi/kudu/1.8.0/apache-kudu-1.8.0.tar.gz";>Kudu
 1.8.0 source tarball</a>
-(<a 
href="https://www.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.sha512";>SHA512</a>,
-<a 
href="https://www.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc";>Signature</a>)</li>
+  <li><a 
href="http://www.apache.org/closer.cgi?filename=kudu/1.8.0/apache-kudu-1.8.0.tar.gz";>Kudu
 1.8.0 source tarball</a>
+(<a 
href="http://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.sha512";>SHA512</a>,
+<a 
href="http://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc";>Signature</a>)</li>
 </ul>
 
 <p>You can use the <a href="https://www.apache.org/dist/kudu/KEYS";>KEYS 
file</a> to verify the included GPG signature.</p>
 
-<p>To verify the integrity of the release, you need to check the following:</p>
+<p>To verify the integrity of the release, check the following:</p>
 
 <ul>
-  <li>Checksum by downloading the checksum file, then run the below command:
+  <li>Verify the checksum by downloading the release and the 
<code>.sha512</code> file, and
+running the following command:
     <ul>
       <li>On Linux: <code>sha512sum -c 
apache-kudu-1.8.0.tar.gz.sha512</code></li>
       <li>On MacOS: <code>shasum -a 512 -c 
apache-kudu-1.8.0.tar.gz.sha512</code></li>
     </ul>
   </li>
-  <li>Signature by downloading the signature and the KEYS file, then
+  <li>Verify the signature by downloading the release and the 
<code>.asc</code> file, and
+doing the following:
     <ul>
-      <li>Importing the KEYS file to the GPG keychain by running <code>gpg 
--import KEYS</code></li>
-      <li>Verifying the signature by running <code>gpg --verify 
apache-kudu-1.8.0.tar.gz.asc apache-kudu-1.8.0.tar.gz</code></li>
+      <li>Import the KEYS file to the GPG keychain by running <code>gpg 
--import KEYS</code></li>
+      <li>Run <code>gpg --verify apache-kudu-1.8.0.tar.gz.asc 
apache-kudu-1.8.0.tar.gz</code></li>
     </ul>
   </li>
 </ul>
diff --git a/releases/1.9.0/index.html b/releases/1.9.0/index.html
index ae0e377..e283a17 100644
--- a/releases/1.9.0/index.html
+++ b/releases/1.9.0/index.html
@@ -132,26 +132,28 @@ under the License.
 <p>Downloads of Kudu 1.9.0 are available in the following formats:</p>
 
 <ul>
-  <li><a 
href="http://www.apache.org/closer.cgi?filename=kudu/1.9.0/apache-kudu-1.9.0.tar.gz&amp;action=download";>Kudu
 1.9.0 source tarball</a>
+  <li><a 
href="http://www.apache.org/closer.cgi?filename=kudu/1.9.0/apache-kudu-1.9.0.tar.gz";>Kudu
 1.9.0 source tarball</a>
 (<a 
href="https://www.apache.org/dist/kudu/1.9.0/apache-kudu-1.9.0.tar.gz.sha512";>SHA512</a>,
 <a 
href="https://www.apache.org/dist/kudu/1.9.0/apache-kudu-1.9.0.tar.gz.asc";>Signature</a>)</li>
 </ul>
 
 <p>You can use the <a href="https://www.apache.org/dist/kudu/KEYS";>KEYS 
file</a> to verify the included GPG signature.</p>
 
-<p>To verify the integrity of the release, you need to check the following:</p>
+<p>To verify the integrity of the release, check the following:</p>
 
 <ul>
-  <li>Checksum by downloading the checksum file, then run the below command:
+  <li>Verify the checksum by downloading the release and the 
<code>.sha512</code> file, and
+running the following command:
     <ul>
       <li>On Linux: <code>sha512sum -c 
apache-kudu-1.9.0.tar.gz.sha512</code></li>
       <li>On MacOS: <code>shasum -a 512 -c 
apache-kudu-1.9.0.tar.gz.sha512</code></li>
     </ul>
   </li>
-  <li>Signature by downloading the signature and the KEYS file, then
+  <li>Verify the signature by downloading the release and the 
<code>.asc</code> file, and
+doing the following:
     <ul>
-      <li>Importing the KEYS file to the GPG keychain by running <code>gpg 
--import KEYS</code></li>
-      <li>Verifying the signature by running <code>gpg --verify 
apache-kudu-1.9.0.tar.gz.asc apache-kudu-1.9.0.tar.gz</code></li>
+      <li>Import the KEYS file to the GPG keychain by running <code>gpg 
--import KEYS</code></li>
+      <li>Run <code>gpg --verify apache-kudu-1.9.0.tar.gz.asc 
apache-kudu-1.9.0.tar.gz</code></li>
     </ul>
   </li>
 </ul>
@@ -164,6 +166,13 @@ under the License.
   <li><a href="cpp-client-api/">Kudu 1.9.0 C++ API docs</a></li>
 </ul>
 
+<p>Previous releases:</p>
+
+<ul>
+  <li><a href="/releases/1.8.0/">Kudu 1.8.0 Release</a></li>
+  <li><a href="/releases/1.7.1/">Kudu 1.7.1 Release</a></li>
+</ul>
+
 
 
   </div>

Reply via email to