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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9de20e5  update release links
9de20e5 is described below

commit 9de20e593d86c241da92893dbb23fd6a51f811c4
Author: Andrew Wong <[email protected]>
AuthorDate: Wed Mar 13 16:49:38 2019 -0700

    update release links
    
    This patch updates the links so that:
    - currently "supported" branches point at the mirrors
    - the mirror links don't include the action=download per the
      recommendation on the dev list
    - currently supported branches are linked in the latest downloads page,
      per the suggestion in the KUDU-2742 Jira
    
    Given we would like to keep old branches active with backports, and to
    ease up load on the Apache mirrors, "supported" in this case just means
    "not really old"; given 1.7.0 is almost a year old, I've culled releases
    from the release SVN 1.7.0 and older, taking the remaining window to be
    "supported".
    
    Change-Id: I6cd7685c5545e00dd9f0206d7d1906bcd66525c0
    Reviewed-on: http://gerrit.cloudera.org:8080/12750
    Reviewed-by: Mike Percy <[email protected]>
    Tested-by: Andrew Wong <[email protected]>
---
 releases/1.7.1/index.md | 13 ++++++++++++-
 releases/1.8.0/index.md | 14 ++++++++------
 releases/1.9.0/index.md | 19 +++++++++++++------
 3 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/releases/1.7.1/index.md b/releases/1.7.1/index.md
index 2596135..93510ba 100644
--- a/releases/1.7.1/index.md
+++ b/releases/1.7.1/index.md
@@ -32,12 +32,23 @@ See the [Kudu 1.7.1 Release Notes](docs/release_notes.html).
 
 Downloads of Kudu 1.7.1 are available in the following formats:
 
-* [Kudu 1.7.1 source 
tarball](https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz)
+* [Kudu 1.7.1 source 
tarball](http://www.apache.org/closer.cgi?filename=kudu/1.7.1/apache-kudu-1.7.1.tar.gz)
   
([SHA-512](https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz.sha512),
   
[Signature](https://archive.apache.org/dist/kudu/1.7.1/apache-kudu-1.7.1.tar.gz.asc))
 
 You can use the [KEYS file](https://www.apache.org/dist/kudu/KEYS) to verify 
the included GPG signature.
 
+To verify the integrity of the release, check the following:
+
+* Verify the checksum by downloading the release and the `.sha512` file, and
+  running the following command:
+    * On Linux: `sha512sum -c apache-kudu-1.7.1.tar.gz.sha512`
+    * On MacOS: `shasum -a 512 -c apache-kudu-1.7.1.tar.gz.sha512`
+* Verify the signature by downloading the release and the `.asc` file, and
+  doing the following:
+    * Import the KEYS file to the GPG keychain by running `gpg --import KEYS`
+    * Run `gpg --verify apache-kudu-1.7.1.tar.gz.asc apache-kudu-1.7.1.tar.gz`
+
 Additional links:
 
 * [Kudu 1.7.1 Documentation](docs/)
diff --git a/releases/1.8.0/index.md b/releases/1.8.0/index.md
index ae256bc..b092f35 100644
--- a/releases/1.8.0/index.md
+++ b/releases/1.8.0/index.md
@@ -32,20 +32,22 @@ See the [Kudu 1.8.0 Release Notes](docs/release_notes.html).
 
 Downloads of Kudu 1.8.0 are available in the following formats:
 
-* [Kudu 1.8.0 source 
tarball](http://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz)
+* [Kudu 1.8.0 source 
tarball](http://www.apache.org/closer.cgi?filename=kudu/1.8.0/apache-kudu-1.8.0.tar.gz)
   
([SHA512](http://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.sha512),
   
[Signature](http://archive.apache.org/dist/kudu/1.8.0/apache-kudu-1.8.0.tar.gz.asc))
 
 You can use the [KEYS file](https://www.apache.org/dist/kudu/KEYS) to verify 
the included GPG signature.
 
-To verify the integrity of the release, you need to check the following:
+To verify the integrity of the release, check the following:
 
-* Checksum by downloading the checksum file, then run the below command:
+* Verify the checksum by downloading the release and the `.sha512` file, and
+  running the following command:
     * On Linux: `sha512sum -c apache-kudu-1.8.0.tar.gz.sha512`
     * On MacOS: `shasum -a 512 -c apache-kudu-1.8.0.tar.gz.sha512`
-* Signature by downloading the signature and the KEYS file, then
-    * Importing the KEYS file to the GPG keychain by running `gpg --import 
KEYS`
-    * Verifying the signature by running `gpg --verify 
apache-kudu-1.8.0.tar.gz.asc apache-kudu-1.8.0.tar.gz`
+* Verify the signature by downloading the release and the `.asc` file, and
+  doing the following:
+    * Import the KEYS file to the GPG keychain by running `gpg --import KEYS`
+    * Run `gpg --verify apache-kudu-1.8.0.tar.gz.asc apache-kudu-1.8.0.tar.gz`
 
 Additional links:
 
diff --git a/releases/1.9.0/index.md b/releases/1.9.0/index.md
index 7638fc7..4ab6f58 100644
--- a/releases/1.9.0/index.md
+++ b/releases/1.9.0/index.md
@@ -32,20 +32,22 @@ See the [Kudu 1.9.0 Release Notes](docs/release_notes.html).
 
 Downloads of Kudu 1.9.0 are available in the following formats:
 
-* [Kudu 1.9.0 source 
tarball](http://www.apache.org/closer.cgi?filename=kudu/1.9.0/apache-kudu-1.9.0.tar.gz&action=download)
+* [Kudu 1.9.0 source 
tarball](http://www.apache.org/closer.cgi?filename=kudu/1.9.0/apache-kudu-1.9.0.tar.gz)
   
([SHA512](https://www.apache.org/dist/kudu/1.9.0/apache-kudu-1.9.0.tar.gz.sha512),
   
[Signature](https://www.apache.org/dist/kudu/1.9.0/apache-kudu-1.9.0.tar.gz.asc))
 
 You can use the [KEYS file](https://www.apache.org/dist/kudu/KEYS) to verify 
the included GPG signature.
 
-To verify the integrity of the release, you need to check the following:
+To verify the integrity of the release, check the following:
 
-* Checksum by downloading the checksum file, then run the below command:
+* Verify the checksum by downloading the release and the `.sha512` file, and
+  running the following command:
     * On Linux: `sha512sum -c apache-kudu-1.9.0.tar.gz.sha512`
     * On MacOS: `shasum -a 512 -c apache-kudu-1.9.0.tar.gz.sha512`
-* Signature by downloading the signature and the KEYS file, then
-    * Importing the KEYS file to the GPG keychain by running `gpg --import 
KEYS`
-    * Verifying the signature by running `gpg --verify 
apache-kudu-1.9.0.tar.gz.asc apache-kudu-1.9.0.tar.gz`
+* Verify the signature by downloading the release and the `.asc` file, and
+  doing the following:
+    * Import the KEYS file to the GPG keychain by running `gpg --import KEYS`
+    * Run `gpg --verify apache-kudu-1.9.0.tar.gz.asc apache-kudu-1.9.0.tar.gz`
 
 Additional links:
 
@@ -53,3 +55,8 @@ Additional links:
 * [Kudu 1.9.0 Java API docs](apidocs/)
 * [Kudu 1.9.0 C++ API docs](cpp-client-api/)
 
+Previous releases:
+
+* [Kudu 1.8.0 Release](/releases/1.8.0/)
+* [Kudu 1.7.1 Release](/releases/1.7.1/)
+

Reply via email to