mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 05:21:49 +00:00
britney.py: Make hinted removal excuses valid
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
31669ac5bd
commit
34d27bbd15
@ -1816,6 +1816,7 @@ class Britney(object):
|
|||||||
excuse.addhtml("Removal request by %s" % (hint.user))
|
excuse.addhtml("Removal request by %s" % (hint.user))
|
||||||
excuse.addhtml("Package is broken, will try to remove")
|
excuse.addhtml("Package is broken, will try to remove")
|
||||||
excuse.add_hint(hint)
|
excuse.add_hint(hint)
|
||||||
|
excuse.is_valid = True
|
||||||
excuses[excuse.name] = excuse
|
excuses[excuse.name] = excuse
|
||||||
|
|
||||||
# extract the not considered packages, which are in the excuses but not in upgrade_me
|
# extract the not considered packages, which are in the excuses but not in upgrade_me
|
||||||
|
Loading…
x
Reference in New Issue
Block a user