mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-19 05:31:32 +00:00
Fix --print-nuninst + --nuninst-cache
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
fd614062ae
commit
20f2e27873
@ -272,6 +272,7 @@ class Britney(object):
|
|||||||
if self.options.nuninst_cache:
|
if self.options.nuninst_cache:
|
||||||
self.log("Not building the list of non-installable packages, as requested", type="I")
|
self.log("Not building the list of non-installable packages, as requested", type="I")
|
||||||
if self.options.print_uninst:
|
if self.options.print_uninst:
|
||||||
|
nuninst = self.get_nuninst(build=False)
|
||||||
print('* summary')
|
print('* summary')
|
||||||
print('\n'.join('%4d %s' % (len(nuninst[x]), x) for x in self.options.architectures))
|
print('\n'.join('%4d %s' % (len(nuninst[x]), x) for x in self.options.architectures))
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user