From 5adcdd39b19bd0c2abafe597983766323eb967f5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 3 Jul 2019 13:23:47 +0200 Subject: bin/get-package-updates: be more verbose during blacklisting step --- bin/get-package-updates | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/get-package-updates b/bin/get-package-updates index 9387ef2..8763629 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -488,6 +488,7 @@ echo 'Check modified packages from the last update, and put them to the build li done echo 'apply blacklisting' +echo ' - generate list of packages' # ignore blacklisted packages and dependent packages # this is the first time when all the information is available and up to date @@ -558,6 +559,8 @@ if [ "${deletion_list_count}" -gt 2000 ]; then fi rm -f "${work_dir}/told-irc-about-too-many-deletion-list-packages" +echo ' - delete packages' + while read -r arch package; do delete_package "${arch}" "${package}" done < \ -- cgit v1.2.3-54-g00ecf