Repository: incubator-impala
Updated Branches:
  refs/heads/asf-site 913d26c5f -> 3d1c7a510


IMPALA-5470: Specify gpg verification more tightly.

While I'm here, point to the archived release artifacts so they can be
deleted from the mirrors. Once this patch is in, we can remove these
old release artifacts from the subversion repo at
https://dist.apache.org/repos/dist/release/incubator/impala/, which
will notify the mirrors that they can delete them.

Change-Id: I78841404ed0fbbd138e7bb6401e2d067d99a38ca
Reviewed-on: http://gerrit.cloudera.org:8080/7218
Reviewed-by: Michael Brown <[email protected]>
Tested-by: Jim Apple <[email protected]>


Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/3d1c7a51
Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/3d1c7a51
Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/3d1c7a51

Branch: refs/heads/asf-site
Commit: 3d1c7a510c4470db65c2b08b066261f396809406
Parents: 913d26c
Author: Jim Apple <[email protected]>
Authored: Fri Jun 16 20:20:15 2017 -0700
Committer: Jim Apple <[email protected]>
Committed: Sat Jun 24 18:03:56 2017 +0000

----------------------------------------------------------------------
 downloads.html | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/3d1c7a51/downloads.html
----------------------------------------------------------------------
diff --git a/downloads.html b/downloads.html
index 7324849..a84bde6 100644
--- a/downloads.html
+++ b/downloads.html
@@ -171,23 +171,23 @@ body {
             <p>Older releases:
               <ul>
                 <li>
-                  <a 
href="http://www.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz";>
                     Impala 2.8.0</a>, with associated
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.md5";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.md5";>
                     MD5</a>,
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.sha";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.sha";>
                     SHA1</a>, and
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.asc";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.8.0/apache-impala-incubating-2.8.0.tar.gz.asc";>
                     GPG signature</a>.
                 </li>
                 <li>
-                  <a 
href="http://www.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz";>
                     Impala 2.7.0</a>, with associated
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.md5";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.md5";>
                     MD5</a>,
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.sha";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.sha";>
                     SHA1</a>, and
-                  <a 
href="https://www.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.asc";>
+                  <a 
href="https://archive.apache.org/dist/incubator/impala/2.7.0/apache-impala-incubating-2.7.0.tar.gz.asc";>
                     GPG signature</a>.
                 </li>
               </ul>
@@ -215,7 +215,7 @@ body {
                 </li>
                 <li>To check a GPG signature, first download the code signing 
keys of the release
                   managers. Then import them using <code>gpg --import 
KEYS</code>. Finally,
-                  run <code>gpg --verify ${IMPALA_TARBALL}.asc</code></li>
+                  run <code>gpg --verify ${IMPALA_TARBALL}.asc 
${IMPALA_TARBALL}</code></li>
               </ul>
             </p>
             <div class="navbar">

Reply via email to