summaryrefslogtreecommitdiff
path: root/bin/get-package-updates
diff options
context:
space:
mode:
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 < \