Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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