mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 20:31:12 +00:00
Log initial list of cruft items added to the list of items
Signed-off-by: Ivo De Decker <ivodd@debian.org>
This commit is contained in:
parent
c7cfb4e09f
commit
fdf273ad05
@ -754,7 +754,10 @@ class Britney(object):
|
||||
|
||||
# sort the list of candidates
|
||||
self.upgrade_me = sorted(upgrade_me)
|
||||
self.upgrade_me.extend(old_libraries(mi_factory, self.suite_info, self.options.outofsync_arches))
|
||||
old_lib_removals = old_libraries(mi_factory, self.suite_info, self.options.outofsync_arches)
|
||||
self.upgrade_me.extend(old_lib_removals)
|
||||
self.output_logger.info("List of old libraries added to upgrade_me (%d):", len(old_lib_removals))
|
||||
log_and_format_old_libraries(self.output_logger, old_lib_removals)
|
||||
|
||||
# write excuses to the output file
|
||||
if not self.options.dry_run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user