diff options
author | P. J. McDermott <pjm@nac.net> | 2013-07-28 20:12:42 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-07-28 20:21:00 (EDT) |
commit | 83cffac17b6ca6990d8c0089a090b4227177314b (patch) | |
tree | 2f9d39ce184e3e79fd56a225cf715004e1e40141 /lib/remove.sh | |
parent | a2f287b0ba963d64a25b016e679af0e013242f43 (diff) |
Add size to pool packages index files.
Diffstat (limited to 'lib/remove.sh')
-rw-r--r-- | lib/remove.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/remove.sh b/lib/remove.sh index f484b19..a89ff13 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -48,6 +48,7 @@ remove_packages_from_suite_archplat() local source="${5}" local binver= local refs= + local size= local sect= local pkg= local file= @@ -60,7 +61,7 @@ remove_packages_from_suite_archplat() db_del_binver "${chan}" "${dist}" "${plat}" "${arch}" "${source}" refs=$(db_dec_references "${plat}" "${arch}" "${source}" "${binver}") - while read -r sect pkg; do + while read -r size sect pkg; do feed_remove_package "${chan}" "${dist}" "${plat}" "${arch}" \ "${sect}" "${pkg}" if [ ${refs} -eq 0 ]; then |