From 3478be7fc65cfe1504ec7411a7ac8069acd5f31a Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 21 Nov 2022 12:45:56 +0800 Subject: [PATCH] build_inf.sh: temporary set to build debian only Issue-ID: INF-281 Signed-off-by: Jackie Huang Change-Id: Iba3bfbf14b15ad85d5d494bdff31925ddaff9f22 --- scripts/build_inf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 56f37e0..8b1120a 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -84,7 +84,7 @@ DRYRUN="" YP_ARGS="-s" YOCTO_ONLY="No" CENTOS_ONLY="No" -DEBIAN_ONLY="No" +DEBIAN_ONLY="Yes" while getopts "w:ycdnh" OPTION; do case ${OPTION} in -- 2.16.6