index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 1 |
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 |