From 4ee0c258069cb2f71b37e562b8994bc1165b9441 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 12 Apr 2019 13:38:07 +0200 Subject: bin/get-package-updates: increase threashold of allowed blacklisted packages to 2k --- bin/get-package-updates | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/get-package-updates') diff --git a/bin/get-package-updates b/bin/get-package-updates index 708b5ff..c74d36f 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -533,8 +533,8 @@ deletion_list_count=$( wc -l < \ "${tmp_dir}/black-listed" ) -if [ "${deletion_list_count}" -gt 1000 ]; then - >&2 printf 'There are %s > 1000 packages on the deletion-list. This does not seem right.\n' \ +if [ "${deletion_list_count}" -gt 2000 ]; then + >&2 printf 'There are %s > 2000 packages on the deletion-list. This does not seem right.\n' \ "${deletion_list_count}" if [ ! -s "${work_dir}/told-irc-about-too-many-deletion-list-packages" ]; then # shellcheck disable=SC2119 -- cgit v1.2.3