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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new b08d492abd9 HADOOP-19246. Update the yasm rpm download address (#6973)
b08d492abd9 is described below

commit b08d492abd905fc3c7606f54e5c4cb7351604d20
Author: zhengchenyu <zhengcheny...@163.com>
AuthorDate: Mon Aug 5 09:57:16 2024 +0800

    HADOOP-19246. Update the yasm rpm download address (#6973)
    
    Reviewed-by: Shilun Fan <slfan1...@apache.org>
    Signed-off-by: Tao Li <toms...@apache.org>
---
 dev-support/docker/pkg-resolver/install-yasm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/docker/pkg-resolver/install-yasm.sh 
b/dev-support/docker/pkg-resolver/install-yasm.sh
index a5f6162bc38..2aff0133c8b 100644
--- a/dev-support/docker/pkg-resolver/install-yasm.sh
+++ b/dev-support/docker/pkg-resolver/install-yasm.sh
@@ -40,7 +40,7 @@ fi
 
 if [ "$version_to_install" == "1.2.0-4" ]; then
   mkdir -p /tmp/yasm &&
-    curl -L -s -S 
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/y/yasm-1.2.0-4.el7.x86_64.rpm
 \
+    curl -L -s -S 
https://archives.fedoraproject.org/pub/archive/epel/7/x86_64/Packages/y/yasm-1.2.0-4.el7.x86_64.rpm
 \
       -o /tmp/yasm-1.2.0-4.el7.x86_64.rpm &&
     rpm -Uvh /tmp/yasm-1.2.0-4.el7.x86_64.rpm
 else


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to