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

Bug#719904: UDD: Add "Java" bug type to filter pkg-java / openjdk bugs



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


Reply to: