mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-10 05:57:28 +00:00
britney.py: Avoid making migration items from migration items
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
9d45143127
commit
f02c1fcb82
@ -2234,8 +2234,8 @@ class Britney(object):
|
||||
defer = False
|
||||
for p in dependencies.get(item, []):
|
||||
if p in skipped:
|
||||
deferred.append(make_migrationitem(item, self.sources))
|
||||
skipped.append(make_migrationitem(item, self.sources))
|
||||
deferred.append(item)
|
||||
skipped.append(item)
|
||||
defer = True
|
||||
break
|
||||
if defer: continue
|
||||
|
Loading…
x
Reference in New Issue
Block a user