mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Do not break if SMOOTH_UPDATES is empty.
This commit is contained in:
parent
752b3aab77
commit
024770f558
@ -2474,6 +2474,8 @@ class Britney:
|
||||
(len(removals), self.old_libraries_format(removals)))
|
||||
self.do_all(actions=removals)
|
||||
removals = self.old_libraries()
|
||||
else:
|
||||
removals = ()
|
||||
|
||||
if not self.options.compatible:
|
||||
self.output_write("List of old libraries in testing (%d):\n%s" % \
|
||||
|
Loading…
x
Reference in New Issue
Block a user