From 94a3136f643c3771c412fd63d673d5a974b5cb83 Mon Sep 17 00:00:00 2001 From: Paul Wise Date: Sat, 6 Jan 2018 11:28:21 +0800 Subject: [PATCH] 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 --- britney2/policies/policy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/britney2/policies/policy.py b/britney2/policies/policy.py index e588351..adcc938 100644 --- a/britney2/policies/policy.py +++ b/britney2/policies/policy.py @@ -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 has new bugs!" % (source_name, quote(source_name))) excuse.addhtml("Updating %s introduces new bugs: %s" % (source_name, ", ".join( ["#%s" % (quote(a), a) for a in new_bugs])))