From 540d3e7db83309ae026ece47933214d7647435ea Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 30 Apr 2014 17:29:23 -0400 Subject: Move package removal message. Also, make it a little more verbose. --- (limited to 'lib') diff --git a/lib/cmd/remove.sh b/lib/cmd/remove.sh index a5dd1a0..30dffa6 100644 --- a/lib/cmd/remove.sh +++ b/lib/cmd/remove.sh @@ -17,8 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -use locale -use output use remove cmd_remove_main() @@ -36,7 +34,6 @@ cmd_remove_main() chan="${conf_incoming_channel}" fi - info "$(get_msg 'cmd_remove_removing')" "${source}" "${chan}" "${dist}" remove_source_from_suite "${chan}" "${dist}" "${source}" fini diff --git a/lib/remove.sh b/lib/remove.sh index 25687b4..aecd6e7 100644 --- a/lib/remove.sh +++ b/lib/remove.sh @@ -20,6 +20,8 @@ [ "x${_REMOVE_SM+set}" = 'xset' ] && return 0 _REMOVE_SM=1 +use locale +use output use db remove_source_from_suite() @@ -30,6 +32,9 @@ remove_source_from_suite() local arch= local plat= + info "$(get_msg 'removing_from_suite')" \ + "${source}" "${chan}" "${dist}" + while read -r arch plat; do remove_packages_from_suite_archplat \ "${chan}" "${dist}" "${arch}" "${plat}" "${source}" -- cgit v0.9.1