Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-06-17 21:36:35 +0200
committerErich Eckner <git@eckner.net>2023-06-17 21:36:43 +0200
commit8c0b7a60382994b7f96c0996f23567b3646bed78 (patch)
tree5093801fffc935ab1ccd5c4cd9f7c92900def86a /bin/get-package-updates
parent36ee6162e1911cb52fcfd21936763ede7c6f548a (diff)
bin/get-package-updates: "blacklist" is not a repository, exclude it from the packages32-diff
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates1
1 files changed, 1 insertions, 0 deletions
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