mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 11:21:13 +00:00
switch impossible depends to detailed excuse info
This commit is contained in:
parent
03856a3876
commit
a4f7e7433e
@ -657,7 +657,11 @@ class ExcuseFinder(object):
|
||||
if arch_ok:
|
||||
ok = True
|
||||
if not ok:
|
||||
e.addhtml("Impossible %s: %s -> %s" % (deptype, e.name, d))
|
||||
# TODO this should actually invalidate the excuse
|
||||
# would that be correct in all cases?
|
||||
# - arch all on non-nobreakall arch?
|
||||
# - pkg in testing already uninstallable?
|
||||
e.addinfo("Impossible %s: %s -> %s" % (deptype, e.name, d))
|
||||
e.addreason(deptype.get_reason())
|
||||
|
||||
invalidate_excuses(excuses, actionable_items, unconsidered)
|
||||
|
Loading…
x
Reference in New Issue
Block a user