浏览代码

HADOOP-19246. Update the yasm rpm download address (#6973)

Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Tao Li <tomscut@apache.org>
zhengchenyu 10 月之前
父节点
当前提交
b08d492abd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dev-support/docker/pkg-resolver/install-yasm.sh

+ 1 - 1
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