From 8c0b7a60382994b7f96c0996f23567b3646bed78 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 17 Jun 2023 21:36:35 +0200 Subject: bin/get-package-updates: "blacklist" is not a repository, exclude it from the packages32-diff --- bin/get-package-updates | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 5c99c32..46c2923 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -360,6 +360,7 @@ echo 'Check modified packages from the last update, and put them to the build li | tr '\t/' ' ' \ | grep '^[AM]' \ | cut -d' ' -f2,3 \ + | grep -v '^blacklist ' \ | while read -r repository pkgbase; do git_revision=$( # shellcheck disable=SC2046 -- cgit v1.2.3-54-g00ecf