mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
Fix up broken logic so that binary removals work again
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
d62f8f6bcc
commit
0e50a0ef44
@ -2059,7 +2059,7 @@ class Britney:
|
||||
sources = self.sources
|
||||
binaries = self.binaries['testing']
|
||||
# remove all binary packages (if the source already exists)
|
||||
if item.architecture == 'source' or item.is_removal:
|
||||
if item.architecture == 'source' or not item.is_removal:
|
||||
if item.package in sources['testing']:
|
||||
source = sources['testing'][item.package]
|
||||
# remove all the binaries
|
||||
|
Loading…
x
Reference in New Issue
Block a user