From 8cff83a8c696831e5affb963e043a640cd631434 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Sat, 31 Aug 2019 19:37:31 +0000 Subject: [PATCH] remove obsolete message in bugs policy --- britney2/policies/policy.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/britney2/policies/policy.py b/britney2/policies/policy.py index 50bcab5..39d7a4f 100644 --- a/britney2/policies/policy.py +++ b/britney2/policies/policy.py @@ -634,9 +634,6 @@ class RCBugPolicy(BasePolicy): if old_bugs: excuse.addinfo("Updating %s fixes old bugs: %s" % (source_name, ", ".join( ["#%s" % (quote(a), a) for a in old_bugs]))) - if new_bugs and len(old_bugs) > len(new_bugs): - excuse.addinfo("%s introduces new bugs, so still ignored (even " - "though it fixes more than it introduces, whine at debian-release)" % source_name) return verdict