mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-08 16:21:32 +00:00
Fix bug where compute_groups returned tuple instead of pkg_id
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
a14ced6403
commit
027142e12b
@ -2101,8 +2101,8 @@ class Britney(object):
|
|||||||
# updates but not supported as a manual hint
|
# updates but not supported as a manual hint
|
||||||
else:
|
else:
|
||||||
assert source_name in binaries_t[migration_architecture][0]
|
assert source_name in binaries_t[migration_architecture][0]
|
||||||
version = binaries_t[migration_architecture][0][source_name].version
|
pkg_id = binaries_t[migration_architecture][0][source_name].pkg_id
|
||||||
rms.add((source_name, version, migration_architecture))
|
rms.add(pkg_id)
|
||||||
|
|
||||||
# add the new binary packages (if we are not removing)
|
# add the new binary packages (if we are not removing)
|
||||||
if not is_removal:
|
if not is_removal:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user