From c71e5b8589c54a953f6c7277194f0726df3da3dd Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Thu, 26 Oct 2023 15:22:50 +0800 Subject: [PATCH] hotpatch use 22.03-lts-sp2 public key --- script/tools/hotpatch_update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/tools/hotpatch_update.sh b/script/tools/hotpatch_update.sh index fa82a7f..c92b87a 100755 --- a/script/tools/hotpatch_update.sh +++ b/script/tools/hotpatch_update.sh @@ -126,9 +126,9 @@ function update_repodata() { function config_public_key() { echo "Added RPM-GPG-KEY-openEuler in the ${update_path} directory." rm -f RPM-GPG-KEY-openEuler - wget -q https://repo.openeuler.org/${branch}/OS/aarch64/RPM-GPG-KEY-openEuler + wget -q https://repo.openeuler.org/openEuler-22.03-LTS-SP2/OS/aarch64/RPM-GPG-KEY-openEuler if [ $? -ne 0 ];then - echo "Error: wget https://repo.openeuler.org/${branch}/OS/aarch64/RPM-GPG-KEY-openEuler failed." + echo "Error: wget https://repo.openeuler.org/openEuler-22.03-LTS-SP2/OS/aarch64/RPM-GPG-KEY-openEuler failed." exit 1 fi for ar in ${arch_list[@]} -- Gitee