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

Bug#695772: marked as done (bugs.cgi: allow filtering based on unblock/approve hints)



Your message dated Sat, 29 Dec 2012 12:10:13 +0100
with message-id <20121229111013.GA29564@xanadu.blop.info>
and subject line Re: Bug#695772: bugs.cgi: allow filtering based on unblock/approve hints
has caused the Debian Bug report #695772,
regarding bugs.cgi: allow filtering based on unblock/approve hints
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.)


-- 
695772: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=695772
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: normal
User: qa.debian.org@packages.debian.org
Usertags: udd
Tags: patch

Hi,

Please allow the possibility to filter bugs based on unblock or approve hints
by the release team. The attached patch frovides these filters.

Cheers,

Ivo

commit 320c82d19c01c02b4d7ce9d5a195d9be4490cf46
Author: Ivo De Decker <ivo.dedecker@ugent.be>
Date:   Wed Dec 12 16:42:21 2012 +0100

    allow filtering based on unblock and approve hints

diff --git a/web/bugs.cgi b/web/bugs.cgi
index 211f78d..3cd526b 100755
--- a/web/bugs.cgi
+++ b/web/bugs.cgi
@@ -47,6 +47,8 @@ FILTERS = [
  ['rtwheezy-will-remove', 'RT tag for wheezy: will-remove', "id in (select id from bugs_usertags where email='release.debian.org@packages.debian.org' and tag='wheezy-will-remove')"],
  ['rtwheezy-can-defer', 'RT tag for wheezy: can-defer', "id in (select id from bugs_usertags where email='release.debian.org@packages.debian.org' and tag='wheezy-can-defer')"],
  ['rtwheezy-is-blocker', 'RT tag for wheezy: is-blocker', "id in (select id from bugs_usertags where email='release.debian.org@packages.debian.org' and tag='wheezy-is-blocker')"],
+ ['unblock-hint', 'RT unblock hint', "source in (select source from hints where type = 'unblock' )"],
+ ['approve-hint', 'RT approve hint', "source in (select source from hints where type = 'approve' )"],
 ]
 
 TYPES = [

--- End Message ---
--- Begin Message ---
On 14/12/12 at 17:00 +0100, Ivo De Decker wrote:
> Hi,
> 
> On Wed, Dec 12, 2012 at 05:01:28PM +0100, Niels Thykier wrote:
> > > Please allow the possibility to filter bugs based on unblock or approve hints
> > > by the release team. The attached patch frovides these filters.
> 
> > Good idea. :)
> 
> > I'd probably merge them into one entry as "approve" is (for most
> > practical purposes) "unblock for tpu" uploads[1].
> 
> New patch attached.
> 
> And thanks to Adam for the history wrt unblock vs approve.

Applied, thanks!

Lucas

--- End Message ---

Reply to: