From: Jackie Huang Date: Sat, 26 Nov 2022 14:21:33 +0000 (+0800) Subject: build_inf.sh: change to build centos only X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=4a7a0de40a5ea3e53aa78bac02c8fcbd53fe7302;p=pti%2Frtp.git build_inf.sh: change to build centos only Issue-ID: INF-284 Signed-off-by: Jackie Huang Change-Id: Ia3bcc9a507a104b84d0a08097facb1f6533a83ce --- diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 82926aa..4b0874f 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -83,8 +83,8 @@ run_cmd () { DRYRUN="" YP_ARGS="-s" YOCTO_ONLY="No" -CENTOS_ONLY="No" -DEBIAN_ONLY="Yes" +CENTOS_ONLY="Yes" +DEBIAN_ONLY="No" while getopts "w:ycdnh" OPTION; do case ${OPTION} in