Skip to content

Commit

Permalink
Make auto-updating sqlite Great Again
Browse files Browse the repository at this point in the history
  • Loading branch information
berolinux committed Jan 13, 2025
1 parent d602f6b commit b4ab3c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auto-update
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,8 @@ if [ -z "$PACKAGES" ]; then
# Packages that have known breakages in the current version and need
# to be updated if and only if there's a newer release fixing the
# issue blocking the update
BLACKLIST="sqlite"
# (fortunately currently no such packages)
BLACKLIST=""
# Packages that are known to break when auto-updated
# (e.g. perl doesn't like having Release: reset)
BLACKLIST="$BLACKLIST perl"
Expand Down

0 comments on commit b4ab3c1

Please sign in to comment.