You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2021/05/03 12:09:18 UTC

[ozone-site] branch master updated: HDDS-5121. fix download page to use ozone space instead of hadoop (#7)

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

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 18383e7  HDDS-5121. fix download page to use ozone space instead of hadoop (#7)
18383e7 is described below

commit 18383e775af037735a1e0242d7c606ff19e89ed4
Author: Elek, Márton <el...@users.noreply.github.com>
AuthorDate: Mon May 3 14:09:10 2021 +0200

    HDDS-5121. fix download page to use ozone space instead of hadoop (#7)
---
 content/release/1.1.0.md          |  1 -
 layouts/custompage/downloads.html | 10 +++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/content/release/1.1.0.md b/content/release/1.1.0.md
index fb6f2cc..4005813 100644
--- a/content/release/1.1.0.md
+++ b/content/release/1.1.0.md
@@ -2,7 +2,6 @@
 title: Release 1.1.0 available
 date: 2021-04-17
 linked: true
-hadoop: true
 ---
 <!---
   Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/layouts/custompage/downloads.html b/layouts/custompage/downloads.html
index da2b3c2..61c1d0b 100644
--- a/layouts/custompage/downloads.html
+++ b/layouts/custompage/downloads.html
@@ -51,16 +51,16 @@
            </td>
        {{else}}
          <td>
-           <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
-           (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
-           <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
-         </td>
-         <td>
            <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz">source</a>
            (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.sha512">checksum</a>
            <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}-src.tar.gz.asc">signature</a>)
          </td>
          <td>
+           <a href="https://www.apache.org/dyn/closer.cgi/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz">binary</a>
+           (<a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.sha512">checksum</a>
+           <a href="https://dist.apache.org/repos/dist/release/ozone/{{.File.BaseFileName }}/ozone-{{.File.BaseFileName }}.tar.gz.asc">signature</a>)
+         </td>
+         <td>
            <a href="release/{{.File.BaseFileName }}/">Announcement</a>
          </td>
        {{end}}

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org