index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 3 |
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 < \ |