mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
Pass correct source_data to find_smooth_updateable_binaries
This fixes a thinko in e0c19b3. Thanks to ivodd for reporting it. Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
6c1cf01898
commit
e13eb7d0cb
@ -984,9 +984,9 @@ class Britney(object):
|
||||
smoothbins = set()
|
||||
if is_primary_source:
|
||||
binaries_t = target_suite.binaries
|
||||
possible_smooth_updates = [p for p in source_u.binaries if p.architecture == arch]
|
||||
possible_smooth_updates = [p for p in source_t.binaries if p.architecture == arch]
|
||||
smoothbins = find_smooth_updateable_binaries(possible_smooth_updates,
|
||||
source_suite.sources[src],
|
||||
source_u,
|
||||
self.pkg_universe,
|
||||
target_suite,
|
||||
binaries_t,
|
||||
|
Loading…
x
Reference in New Issue
Block a user