Hi, I hope this is the right list for this patch. Please merge the attached patch so that pkg-systemd-maintainers can use bugs.cgi. Thanks.
-- Best regards, Michael
>From a77520724655b7ce3b33ce13c196f772aebbd0b6 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg <[email protected]> Date: Wed, 27 Nov 2013 22:31:12 +0100 Subject: [PATCH] bugs.cgi: add a query for pkg-systemd-maintainers --- web/bugs.cgi | 1 + 1 file changed, 1 insertion(+) diff --git a/web/bugs.cgi b/web/bugs.cgi index b4054e1..27a7989 100755 --- a/web/bugs.cgi +++ b/web/bugs.cgi @@ -72,6 +72,7 @@ TYPES = [ ['boot', 'release goal: boot performance (init.d dependencies)', 'id in (select id from bugs_usertags where email = \'[email protected]\')', false], ['oldgnome', 'release goal: remove obsolete GNOME libraries', 'id in (select id from bugs_usertags where email = \'[email protected]\' and tag=\'oldlibs\')', false], ['ruby', 'Ruby bugs', "bugs.source in (select source from sources where maintainer ~ 'ruby' or uploaders ~ 'ruby')\nOR bugs.package in (select source from packages where (package ~ 'ruby' or depends ~ 'ruby') and source != 'subversion')\nOR title ~ 'ruby'"], + ['systemd', 'pkg-systemd bugs', "bugs.source in (select source from sources where maintainer ~ '[email protected]')"], ['php', 'PHP bugs', "bugs.source in (select source from packages_summary where package in (select package from debtags where tag = 'implemented-in::php'))"], ['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 ~ '[email protected]')\n"], -- 1.7.10.4

