From 34d586a1877065d588dba183a854ccc845ec53cc Mon Sep 17 00:00:00 2001 From: "kyle.cao" Date: Fri, 1 Apr 2022 17:22:14 +0800 Subject: [PATCH] disable console pkg --- .gitignore | 1 + package/package.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8890b286dbc..e49a3094f52 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ target/ cluster.id pids/ modules/ +.linters/ # tests !tests/Makefile diff --git a/package/package.sh b/package/package.sh index 24791a7251e..4ec2376e617 100755 --- a/package/package.sh +++ b/package/package.sh @@ -20,7 +20,7 @@ set -e version="" -package_one=ON +package_one=OFF strip_enable="FALSE" usage="Usage: ${0} -v -n -s -g -j -t " project_dir="$(cd "$(dirname "$0")" && pwd)/.."