From 5f12494b951c881b0220ea302e462162cfe214cd Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 29 Oct 2024 09:15:26 +0000 Subject: [PATCH 1/3] update debian/source/format. Signed-off-by: shenmo --- debian/source/format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/source/format b/debian/source/format index 4dd309d..9f67427 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0(native) \ No newline at end of file +3.0 (native) \ No newline at end of file From 85823fdc232e873717ddbb50bd5e05c743f08c5c Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 29 Oct 2024 12:08:59 +0000 Subject: [PATCH 2/3] update tool/apt-fast/ss-apt-fast. Signed-off-by: shenmo --- tool/apt-fast/ss-apt-fast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/apt-fast/ss-apt-fast b/tool/apt-fast/ss-apt-fast index b4de6f4..88c8838 100755 --- a/tool/apt-fast/ss-apt-fast +++ b/tool/apt-fast/ss-apt-fast @@ -52,7 +52,7 @@ for argument in "$@"; do option="source" root=0 ;; - changelog|search|policy) + changelog|search|policy|show) root=0 ;; esac From ce34fc763f0ddea4b966b94352fe0ffe6de636c9 Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 5 Nov 2024 15:24:53 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=E5=AE=89=E8=A3=85=E9=80=9F=E5=BA=A6?= =?UTF-8?q?=E9=99=8D=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 3 ++- tool/ssaudit | 2 +- tool/ssinstall | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3ea7fb4..206f9c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ -spark-store (4.3.2.2) UNRELEASED; urgency=medium +spark-store (4.3.3) UNRELEASED; urgency=medium * 修复点击更新需要输入密码的问题 + * 修复安装速度下降的问题 -- shenmo Tue, 24 Sep 2024 11:27:08 +0800 diff --git a/tool/ssaudit b/tool/ssaudit index 634cb7b..37ee792 100755 --- a/tool/ssaudit +++ b/tool/ssaudit @@ -123,7 +123,7 @@ DEBPATH=$(realpath "$1") exit "$try_run_ret" fi - aptss install "$DEBPATH" -yf --reinstall + dpkg -i "$DEBPATH" || aptss install "$DEBPATH" -yf --reinstall --allow-downgrades if [ "$?" = "0" ] && [ "$2" = "--delete-after-install" ]; then if dpkg -s "$package_name" >/dev/null 2>&1; then diff --git a/tool/ssinstall b/tool/ssinstall index 2f1fcb3..9ea6120 100755 --- a/tool/ssinstall +++ b/tool/ssinstall @@ -166,7 +166,7 @@ if [ ! -z "$IS_SHA512SUM_CHECKED" ]; then exit "$try_run_ret" fi - aptss install "$DEBPATH" -yf --reinstall + dpkg -i "$DEBPATH" || aptss install "$DEBPATH" -yf --reinstall --allow-downgrades unlock_file "$DEBPATH"