summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-03 13:23:47 +0200
committerErich Eckner <git@eckner.net>2019-07-03 13:23:47 +0200
commit5adcdd39b19bd0c2abafe597983766323eb967f5 (patch)
treefb22c5cbcb4da26806c521f1460a934fd83feaf2 /bin/get-package-updates
parent17bf942ef3cc75299697d79cc1d6fe6076ad3c5f (diff)
downloadbuilder-5adcdd39b19bd0c2abafe597983766323eb967f5.tar.xz
bin/get-package-updates: be more verbose during blacklisting step
Diffstat (limited to 'bin/get-package-updates')
-rwxr-xr-xbin/get-package-updates3
1 files changed, 3 insertions, 0 deletions
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 < \