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

sandeepk318 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6c950e82be Update Node.js download URL to HTTPS (#4119)
6c950e82be is described below

commit 6c950e82beb8eb07f2f93902741f83b235027c44
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Jun 22 11:42:15 2026 +0100

    Update Node.js download URL to HTTPS (#4119)
---
 dev-support/build-ambari.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/build-ambari.sh b/dev-support/build-ambari.sh
index d75edee578..7eb1cd1610 100755
--- a/dev-support/build-ambari.sh
+++ b/dev-support/build-ambari.sh
@@ -30,7 +30,7 @@ REPO_NAME=contrib/views/node.js/target
 rm -rf $REPO_NAME
 mkdir -p $REPO_NAME.tmp
 pushd $REPO_NAME.tmp
-  curl --retry 3 --retry-delay 5 -k 
http://nodejs.org/dist/v4.5.0/node-v4.5.0-linux-x64.tar.gz | tar xzvf -
+  curl --retry 3 --retry-delay 5 -k 
https://nodejs.org/dist/v4.5.0/node-v4.5.0-linux-x64.tar.gz | tar xzvf -
   mv node-v4.5.0-linux-x64/* .
   rmdir node-v4.5.0-linux-x64
 popd


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to