From e78486cf87f21480a20e937d8c5e327593425656 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sat, 26 Nov 2022 15:09:54 +0800 Subject: [PATCH] build_inf_centos.sh: update to stx-7.0 Issue-ID: INF-284 Signed-off-by: Jackie Huang Change-Id: I4755a82d618de4928a3abdd19d38eb2aff539314 --- scripts/build_inf_centos/build_inf_centos.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/build_inf_centos/build_inf_centos.sh b/scripts/build_inf_centos/build_inf_centos.sh index 8a44fc6..59b7ac1 100755 --- a/scripts/build_inf_centos/build_inf_centos.sh +++ b/scripts/build_inf_centos/build_inf_centos.sh @@ -25,7 +25,7 @@ SRC_ORAN_BRANCH="master" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp" -STX_VER="6.0" +STX_VER="7.0" ORAN_REL="ORAN G-Release (${STX_VER})" SCRIPTS_DIR=$(dirname $(readlink -f $0)) @@ -127,7 +127,7 @@ STX_MIRROR_DIR=${WORKSPACE}/mirror STX_MANIFEST_URL="https://opendev.org/starlingx/manifest" MIRROR_SRC_STX=infbuilder/inf-src-stx:${STX_VER} -MIRROR_CONTAINER_IMG=infbuilder/inf-centos-mirror:2022.05-stx-${STX_VER} +MIRROR_CONTAINER_IMG=infbuilder/inf-centos-mirror:2022.11-stx-${STX_VER} SRC_META_PATCHES=${SCRIPTS_DIR}/meta-patches @@ -350,6 +350,7 @@ if [ "${USE_MIRROR}" == "Yes" ]; then get_mirror_pkg else repo_init_sync + get_mirror_pkg fi patch_src populate_dl -- 2.16.6