index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-07-03 13:23:47 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-07-03 13:23:47 +0200 |
commit | 5adcdd39b19bd0c2abafe597983766323eb967f5 (patch) | |
tree | fb22c5cbcb4da26806c521f1460a934fd83feaf2 /bin | |
parent | 17bf942ef3cc75299697d79cc1d6fe6076ad3c5f (diff) |
-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 < \ |