From 83cffac17b6ca6990d8c0089a090b4227177314b Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 28 Jul 2013 20:12:42 -0400 Subject: Add size to pool packages index files. --- (limited to 'lib/remove.sh') 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 -- cgit v0.9.1