From 8308d571c931843a57e02baf7e4301c2d9274147 Mon Sep 17 00:00:00 2001 From: wangchong1995924 <15229716099@163.com> Date: Mon, 3 Jul 2023 15:53:22 +0800 Subject: [PATCH] support openEuler:22.03:LTS:SP2 --- script/tools/pkg_rpm_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/tools/pkg_rpm_update.sh b/script/tools/pkg_rpm_update.sh index b0512a6..3515a6f 100755 --- a/script/tools/pkg_rpm_update.sh +++ b/script/tools/pkg_rpm_update.sh @@ -730,7 +730,7 @@ function prepare_env(){ # Main function function main(){ - ebs_proj_list=(openEuler:22.03:LTS:SP1) + ebs_proj_list=(openEuler:22.03:LTS:SP1 openEuler:22.03:LTS:SP2) if [ $1 == "openEuler:Mainline" ];then echo "openEuler:Mainline not need update" exit 3 -- Gitee