You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2021/09/17 11:18:37 UTC

[incubator-heron] branch joshfischer/change-mirror created (now f48915b)

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

joshfischer pushed a change to branch joshfischer/change-mirror
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


      at f48915b  change mirror link

This branch includes the following new commits:

     new f48915b  change mirror link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[incubator-heron] 01/01: change mirror link

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/change-mirror
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit f48915b72d9886317fb08838f91e1576fe3b6697
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Fri Sep 17 06:18:13 2021 -0500

    change mirror link
---
 website2/website/pages/en/download.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website2/website/pages/en/download.js b/website2/website/pages/en/download.js
index 8bb6b2f..af29c66 100644
--- a/website2/website/pages/en/download.js
+++ b/website2/website/pages/en/download.js
@@ -11,7 +11,7 @@ const siteConfig = require(`${CWD}/siteConfig.js`);
 const heronReleases = require(`${CWD}/heron-release.json`)
 
 function getLatestArchiveMirrorUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
 }
 
 function getTarUrl(version, type) {
@@ -23,11 +23,11 @@ function getInstallScriptCryptoUrl(version, osType) {
 }
 
 function distUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-${version}-${type}.tar.gz?action=download`
 }
 
 function getInstallScriptMirrorUrl(version, type) {
-    return `http://www.apache.org/dyn/closer.cgi/incubator/heron/heron-${version}/heron-install-${version}-${type}.sh`
+    return `http://www.apache.org/dyn/closer.lua/incubator/heron/heron-${version}/heron-install-${version}-${type}.sh`
 }
 
 function archiveUrl(version, type) {