mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
doop_source: Remove unncessary table loop up
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
4fd740dd8b
commit
33049b2b1c
@ -1963,7 +1963,7 @@ class Britney(object):
|
||||
|
||||
# remove all the binaries which aren't being smooth updated
|
||||
for bin_data in bins:
|
||||
binary, _, parch = bin_data
|
||||
binary, version, parch = bin_data
|
||||
p = binary + "/" + parch
|
||||
# save the old binary for undo
|
||||
undo['binaries'][p] = binaries[parch][0][binary]
|
||||
@ -1978,7 +1978,6 @@ class Britney(object):
|
||||
if len(binaries[parch][1][j]) == 0:
|
||||
del binaries[parch][1][j]
|
||||
# finally, remove the binary package
|
||||
version = binaries[parch][0][binary][VERSION]
|
||||
del binaries[parch][0][binary]
|
||||
self._inst_tester.remove_testing_binary(binary, version, parch)
|
||||
# remove the source package
|
||||
|
Loading…
x
Reference in New Issue
Block a user