Revert "Merge branch 'Thunder' of gitee.com:spark-store-project/spark-store into dev"

This reverts commit 5b018a4696.
This commit is contained in:
2024-10-07 15:17:47 +00:00
committed by Gitee
parent adbb2f2b11
commit 267eae076e
27 changed files with 120 additions and 223 deletions

View File

@@ -2,6 +2,7 @@
case "$1" in
configure)
case `arch` in
x86_64)
echo "Enabling i386 arch..."
@@ -11,8 +12,7 @@ case "$1" in
aarch64)
echo "Will not enable armhf since 4271"
;;
loongarch64)
loongarch64)
echo "Nope we DO NOT WANT ABI1 now"
dpkg --remove-architecture loongarch64
;;
@@ -51,9 +51,11 @@ case "$1" in
cp -f /tmp/spark-store-install/spark-store.asc.gpg /etc/apt/trusted.gpg.d/spark-store.gpg
# Start upgrade detect service
systemctl daemon-reload
systemctl enable spark-update-notifier --now || true
systemctl enable spark-update-notifier
systemctl start spark-update-notifier
# Update certain caches
@@ -70,6 +72,7 @@ case "$1" in
;;
triggered)
spark-dstore-patch
spark-dstore-patch
;;
esac