This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/hadoop-site.git
The following commit(s) were added to refs/heads/asf-site by this push: new 10b3121061 HADOOP-19214. Invalid GPG commands in Download page (#57) 10b3121061 is described below commit 10b3121061ff599102d86854fa75198dc66c9c91 Author: Doroszlai, Attila <6454655+adorosz...@users.noreply.github.com> AuthorDate: Mon Jul 1 14:31:05 2024 +0200 HADOOP-19214. Invalid GPG commands in Download page (#57) --- content/index.xml | 2 +- content/releases.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/index.xml b/content/index.xml index 466c9e24ee..87b372e919 100644 --- a/content/index.xml +++ b/content/index.xml @@ -1404,7 +1404,7 @@ Major versions are used to introduce substantial, potentially incompatible, chan <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> <guid>https://hadoop.apache.org/releases.html</guid> - <description>To verify Apache Hadoop® releases using GPG: Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site. Download the signature file hadoop-X.Y.Z-src.tar.gz.asc from Apache. Download the Hadoop KEYS file. gpg &ndash;import KEYS gpg &ndash;verify hadoop-X.Y.Z-src.tar.gz.asc To perform a quick check using SHA-512: Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site. Download the checksum hadoop-X.Y.Z-src.tar.gz.sha512 or hadoop-X.Y.Z-src.tar.gz.m [...] + <description>To verify Apache Hadoop® releases using GPG: Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site. Download the signature file hadoop-X.Y.Z-src.tar.gz.asc from Apache. Download the Hadoop KEYS file. gpg --import KEYS gpg --verify hadoop-X.Y.Z-src.tar.gz.asc To perform a quick check using SHA-512: Download the release hadoop-X.Y.Z-src.tar.gz from a mirror site. Download the checksum hadoop-X.Y.Z-src.tar.gz.sha512 or hadoop-X.Y.Z-src.tar.gz.mds from Apache. sh [...] </item> <item> diff --git a/content/releases.html b/content/releases.html index 2fde60e15a..617f2e530d 100644 --- a/content/releases.html +++ b/content/releases.html @@ -281,8 +281,8 @@ site</a>.</li> <a href="https://downloads.apache.org/hadoop/common/">Apache</a>.</li> <li>Download the <a href="https://downloads.apache.org/hadoop/common/KEYS">Hadoop KEYS</a> file.</li> -<li>gpg –import KEYS</li> -<li>gpg –verify hadoop-X.Y.Z-src.tar.gz.asc</li> +<li>gpg --import KEYS</li> +<li>gpg --verify hadoop-X.Y.Z-src.tar.gz.asc</li> </ol> <h2 id="to-perform-a-quick-check-using-sha-512">To perform a quick check using SHA-512:</h2> <ol> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org