mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 11:21:13 +00:00
Track reverse dependencies for new binaries, too.
This commit is contained in:
parent
199dcbd927
commit
c6947cfefb
@ -1414,6 +1414,8 @@ class Britney:
|
||||
affected.append((binary, None, None, arch))
|
||||
if binary in self.binaries['testing'][arch][0]:
|
||||
undo['binaries'][p] = self.binaries['testing'][arch][0][binary]
|
||||
for j in self.binaries['testing'][arch][0][binary]['rdepends']:
|
||||
if j not in affected: affected.append((j[0], j[1], j[2], arch))
|
||||
self.binaries['testing'][arch][0][binary] = self.binaries[suite][arch][0][binary]
|
||||
for j in self.binaries['testing'][arch][0][binary]['rdepends']:
|
||||
if j not in affected: affected.append((j[0], j[1], j[2], arch))
|
||||
|
Loading…
x
Reference in New Issue
Block a user