From 77d71b488efbbcb9390b19c8f82d3e14d9cb83c2 Mon Sep 17 00:00:00 2001 From: xietangxin Date: Sat, 5 Aug 2023 15:36:21 +0800 Subject: [PATCH] del download local gopher rpm in 22.03 --- deploy/deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/deploy/deploy.sh b/deploy/deploy.sh index 928c4a7..cb5ef71 100755 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -396,12 +396,10 @@ download_gopher() { yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2203sp1/openeuler-22.03_LTS_SP1-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b gopher_local_rpm=$(ls ${DOWNLOAD_DIR}/gala-gopher*oe2203sp1.*${OS_ARCH}.rpm) - yum_download $gopher_local_rpm elif [ "$OS_VERSION" == "openEuler-22.03-LTS" ] ; then yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2203/openeuler-22.03_LTS_SP1-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b gopher_local_rpm=$(ls ${DOWNLOAD_DIR}/gala-gopher*oe2203.*${OS_ARCH}.rpm) - yum_download $gopher_local_rpm elif [ "$OS_VERSION" == "openEuler-20.03-LTS-SP1" ] ; then yumdownloader --repofrompath="gala_eur,https://eur.openeuler.openatom.cn/results/Vchanger/gala-oe2003sp1/openeuler-20.03_LTS_SP3-${OS_ARCH}/" gala-gopher \ --destdir=${DOWNLOAD_DIR} -b -- Gitee