[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#886509: marked as done (britney: drop duplicate 'has new bugs' excuses item)



Your message dated Sun, 07 Jan 2018 12:22:00 +0000
with message-id <cee052d5-cfd3-a0da-645e-2ef2eedb4b16@thykier.net>
and subject line Re: Bug#886509: britney: drop duplicate 'has new bugs' excuses item
has caused the Debian Bug report #886509,
regarding britney: drop duplicate 'has new bugs' excuses item
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
886509: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886509
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: wishlist
User: release.debian.org@packages.debian.org
Usertags: britney

Please apply this patch to drop the duplicate 'has new bugs' excuses
item. The 'Updating foo introduces new bugs:' item includes bug numbers
so the 'has new bugs' item is less useful than it.

-- 
bye,
pabs

https://wiki.debian.org/PaulWise
From ceca85e82f047e7763ea1102ccdbf6da548e9932 Mon Sep 17 00:00:00 2001
From: Paul Wise <pabs@debian.org>
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.
---
 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 <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])))
 
-- 
2.15.1

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Paul Wise:
> Package: release.debian.org
> Severity: wishlist
> User: release.debian.org@packages.debian.org
> Usertags: britney
> 
> Please apply this patch to drop the duplicate 'has new bugs' excuses
> item. The 'Updating foo introduces new bugs:' item includes bug numbers
> so the 'has new bugs' item is less useful than it.
> 

Thanks, this has been deployed on release.d.o and will be visible after
the next britney run.

Thanks,
~Niels

--- End Message ---

Reply to: