index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 2 |
diff --git a/bin/get-package-updates b/bin/get-package-updates index a254c7b..9387ef2 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -529,7 +529,7 @@ echo 'apply blacklisting' sponge "${tmp_dir}/black-listed" deletion_list_count=$( - wc -l < \ + grep -cv '^i486\s' < \ "${tmp_dir}/black-listed" ) if [ "${deletion_list_count}" -gt 2000 ]; then |