mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 11:21:13 +00:00
switch rdep invalidation to detailed excuse info
This commit is contained in:
parent
e144cbc743
commit
90cb743410
@ -708,7 +708,7 @@ def invalidate_excuses(excuses, valid, invalid):
|
||||
valid.discard(x)
|
||||
invalid.add(x)
|
||||
for deptype in allrevdeps[ename][x]:
|
||||
excuses[x].addhtml("Invalidated by %s" % deptype.get_description())
|
||||
excuses[x].add_verdict_info(rdep_verdict, "Invalidated by %s" % deptype.get_description())
|
||||
excuses[x].addreason(deptype.get_reason())
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user