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

Bug#719904: marked as done (UDD: Add "Java" bug type to filter pkg-java / openjdk bugs)



Your message dated Sun, 24 Nov 2013 11:15:25 +0100
with message-id <20131124101525.GA8718@xanadu.blop.info>
and subject line Re: Bug#719904: UDD: Add "Java" bug type to filter pkg-java / openjdk bugs
has caused the Debian Bug report #719904,
regarding UDD: Add "Java" bug type to filter pkg-java / openjdk bugs
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.)


-- 
719904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719904
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: qa.debian.org
Severity: wishlist

Hi QA Team,

Here is a small patch for bugs.cgi (UDD) to add a new bug type to covert 
Debian Java Team. It will display packages which are under pkg-java or openjdk 
umbrella.

If you want, I can directly commit this changes to udd git repository (so it 
will be included for next delivery).

Regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From ea2a29b3e41fe8dc1ac036e52383994a72450017 Mon Sep 17 00:00:00 2001
From: Damien Raude-Morvan <drazzib@drazzib.com>
Date: Fri, 16 Aug 2013 17:31:50 +0200
Subject: [PATCH] bugs.cgi: Add new "java" bug type.

Add new "Java team" checkkbox in "Bug types" which filter all
pkg-java / openjdk bugs.
---
 web/bugs.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/bugs.cgi b/web/bugs.cgi
index 288913d..5884ae4 100755
--- a/web/bugs.cgi
+++ b/web/bugs.cgi
@@ -70,6 +70,7 @@ TYPES = [
   ['l10n', 'Localisation bugs', 'id in (select id from bugs_tags where tag=\'l10n\')', false],
   ['xsf', 'X Strike Force bugs', "bugs.source in (select source from sources where maintainer ~ 'debian-x@lists.debian.org')\n"],
   ['perl', 'Perl team', "bugs.source in (select source from sources where maintainer ~ 'pkg-perl-maintainers@lists.alioth.debian.org')\n"],
+  ['java', 'Java team', "bugs.source in (select source from sources where maintainer ~ 'pkg-java-maintainers@lists.alioth.debian.org' or maintainer ~ 'openjdk@lists.launchpad.net')\n"],
   ['games', 'Games team', "bugs.source in (select source from sources where maintainer ~ 'pkg-games-devel@lists.alioth.debian.org')\n"],
   ['kfreebsd', 'GNU/kFreeBSD bugs', 'id in (select id from bugs_usertags where email = \'debian-bsd@lists.debian.org\' and tag=\'kfreebsd\')', false],
   ['hurd', 'GNU/Hurd bugs', 'id in (select id from bugs_usertags where email = \'debian-hurd@lists.debian.org\' and tag=\'hurd\')', false],
-- 
1.8.4.rc2


--- End Message ---
--- Begin Message ---
On 16/08/13 at 18:03 +0200, Damien Raude-Morvan wrote:
> Package: qa.debian.org
> Severity: wishlist
> 
> Hi QA Team,
> 
> Here is a small patch for bugs.cgi (UDD) to add a new bug type to covert 
> Debian Java Team. It will display packages which are under pkg-java or openjdk 
> umbrella.
> 
> If you want, I can directly commit this changes to udd git repository (so it 
> will be included for next delivery).

Applied, thanks.

I'm sorry for not doing this earlier.

Lucas

--- End Message ---

Reply to: