mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-22 16:01:35 +00:00
properly isolate source and target sources entries when merging
This commit is contained in:
parent
9a714f2213
commit
8974b4d77b
@ -635,7 +635,7 @@ class Britney(object):
|
|||||||
for pkg, value in source_sources.items():
|
for pkg, value in source_sources.items():
|
||||||
if pkg in target_sources:
|
if pkg in target_sources:
|
||||||
continue
|
continue
|
||||||
target_sources[pkg] = value
|
target_sources[pkg] = list(value)
|
||||||
target_sources[pkg][BINARIES] = list(
|
target_sources[pkg][BINARIES] = list(
|
||||||
target_sources[pkg][BINARIES])
|
target_sources[pkg][BINARIES])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user