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

[PATCH] bugs.cgi: Add query for Multimedia team



Hi,

please consider the attached patch so that bugs in packages maintained
by the multimedia team can be selected.

Cheers
-- 
Sebastian Ramacher
From bfd0743bfe977e63018f5f9874c2de0a7bfd88e1 Mon Sep 17 00:00:00 2001
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 14 Dec 2013 18:51:46 +0100
Subject: [PATCH] bugs.cgi: Add query for Multimedia team

---
 web/bugs.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/web/bugs.cgi b/web/bugs.cgi
index 27a7989..cb792a4 100755
--- a/web/bugs.cgi
+++ b/web/bugs.cgi
@@ -79,6 +79,7 @@ TYPES = [
   ['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"],
+  ['multimedia', 'Multimedia team', "bugs.source in (select source from sources where maintainer ~ 'pkg-multimedia-maintainers@lists.alioth.debian.org')"],
   ['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],
   ['gift', 'bugs tagged <a href="https://wiki.debian.org/qa.debian.org/GiftTag";>Gift</a>', 'id in (select id from bugs_usertags where email = \'debian-qa@lists.debian.org\' and tag=\'gift\')', false],
-- 
1.8.5.1

Attachment: signature.asc
Description: Digital signature


Reply to: