From: Jackie Huang Date: Tue, 18 Jan 2022 01:50:05 +0000 (+0800) Subject: build_inf.sh: correct the branches for E release X-Git-Tag: e-release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2Fe-release;p=pti%2Frtp.git build_inf.sh: correct the branches for E release Issue-ID: INF-245 Signed-off-by: Jackie Huang Change-Id: I04445d7237f57a89941825e1d12bc9edd4f4b270 --- diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 7ae268e..7eab978 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -24,8 +24,8 @@ set -e -o pipefail # Only one bsp is supported now, there will be more in the future SUPPORTED_BSP="intel-corei7-64 " -SRC_ORAN_BRANCH="master" -SRC_STX_BRANCH="master" +SRC_ORAN_BRANCH="e-release" +SRC_STX_BRANCH="stx-5.0" SRC_YP_BRANCH="warrior" SRC_ORAN_URL="https://gerrit.o-ran-sc.org/r/pti/rtp"