You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by GitBox <gi...@apache.org> on 2021/09/16 23:26:30 UTC

[GitHub] [incubator-heron] joshfischer1108 opened a new pull request #3714: pointing older releases to be retrieved from archive.a.o

joshfischer1108 opened a new pull request #3714:
URL: https://github.com/apache/incubator-heron/pull/3714


   Pointing older releases to be retrieved from archive.a.o.  
   
   per this email thread:  https://lists.apache.org/thread.html/r1d1eed7697d2fec4f8b4022304afad3c4920de642606d5119ca2da84%40%3Cdev.heron.apache.org%3E


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-heron] joshfischer1108 merged pull request #3714: pointing older releases to be retrieved from archive.a.o

Posted by GitBox <gi...@apache.org>.
joshfischer1108 merged pull request #3714:
URL: https://github.com/apache/incubator-heron/pull/3714


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-heron] joshfischer1108 commented on a change in pull request #3714: pointing older releases to be retrieved from archive.a.o

Posted by GitBox <gi...@apache.org>.
joshfischer1108 commented on a change in pull request #3714:
URL: https://github.com/apache/incubator-heron/pull/3714#discussion_r710669494



##########
File path: website2/website/pages/en/download.js
##########
@@ -205,39 +205,7 @@ class Download extends React.Component {
 
 
             <h2 id="archive">Older releases</h2>
-            <table className="versions">
-              <thead>
-                <tr>
-                  <th>Release</th>
-
-                  <th>Source</th>
-                  <th>Release notes</th>
-                </tr>
-              </thead>
-              <tbody>
-                {releaseInfo.map(
-                  info => {
-                        var sha = "sha512"
-
-                        return info.version !== latestHeronVersion && (
-                            <tr key={info.version}>
-                        <th>{info.version}</th>
-
-                          <td>
-                          <a href={info.srcArchiveUrl}>apache-heron-{info.version}-source.tar.gz</a>
-                              &nbsp;
-                          (<a href={`${info.srcArchiveUrl}.asc`}>asc</a>,&nbsp;
-                          <a href={`${info.srcArchiveUrl}.${sha}`}>{`${sha}`}</a>)
-                          </td>
-                          <td>
-                          <a href={`${siteConfig.baseUrl}${this.props.language}/release-notes#${info.version}`}>Release Notes</a>
-                          </td>
-                          </tr>
-                      )
-                    }
-                )}
-              </tbody>
-            </table>
+            <p>Older releses can be found at <a href="https://archive.apache.org/dist/incubator/heron/"> the archive page.</a></p>

Review comment:
       Thanks for catching.  Multi-tasking 🤦 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-heron] nwangtw commented on a change in pull request #3714: pointing older releases to be retrieved from archive.a.o

Posted by GitBox <gi...@apache.org>.
nwangtw commented on a change in pull request #3714:
URL: https://github.com/apache/incubator-heron/pull/3714#discussion_r710610132



##########
File path: website2/website/pages/en/download.js
##########
@@ -205,39 +205,7 @@ class Download extends React.Component {
 
 
             <h2 id="archive">Older releases</h2>
-            <table className="versions">
-              <thead>
-                <tr>
-                  <th>Release</th>
-
-                  <th>Source</th>
-                  <th>Release notes</th>
-                </tr>
-              </thead>
-              <tbody>
-                {releaseInfo.map(
-                  info => {
-                        var sha = "sha512"
-
-                        return info.version !== latestHeronVersion && (
-                            <tr key={info.version}>
-                        <th>{info.version}</th>
-
-                          <td>
-                          <a href={info.srcArchiveUrl}>apache-heron-{info.version}-source.tar.gz</a>
-                              &nbsp;
-                          (<a href={`${info.srcArchiveUrl}.asc`}>asc</a>,&nbsp;
-                          <a href={`${info.srcArchiveUrl}.${sha}`}>{`${sha}`}</a>)
-                          </td>
-                          <td>
-                          <a href={`${siteConfig.baseUrl}${this.props.language}/release-notes#${info.version}`}>Release Notes</a>
-                          </td>
-                          </tr>
-                      )
-                    }
-                )}
-              </tbody>
-            </table>
+            <p>Older releses can be found at <a href="https://archive.apache.org/dist/incubator/heron/"> the archive page.</a></p>

Review comment:
       s/releses/releases




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@heron.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org