mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-23 03:11:13 +00:00
Drop duplicate 'has new bugs' excuses item
The other item includes bug numbers so this one is less useful. Closes: https://bugs.debian.org/886509 Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
20f709e157
commit
94a3136f64
@ -476,9 +476,6 @@ class RCBugPolicy(BasePolicy):
|
||||
old_bugs = rcbugs_info['unique-target-bugs']
|
||||
excuse.setbugs(old_bugs, new_bugs)
|
||||
if new_bugs:
|
||||
excuse.addhtml("%s <a href=\"https://bugs.debian.org/cgi-bin/pkgreport.cgi?" \
|
||||
"src=%s&sev-inc=critical&sev-inc=grave&sev-inc=serious\" " \
|
||||
"target=\"_blank\">has new bugs</a>!" % (source_name, quote(source_name)))
|
||||
excuse.addhtml("Updating %s introduces new bugs: %s" % (source_name, ", ".join(
|
||||
["<a href=\"https://bugs.debian.org/%s\">#%s</a>" % (quote(a), a) for a in new_bugs])))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user