[Collab-qa-commits] r1909 - udd/web

Lucas Nussbaum lucas at alioth.debian.org
Tue Feb 15 10:13:11 UTC 2011


Author: lucas
Date: 2011-02-15 10:12:59 +0000 (Tue, 15 Feb 2011)
New Revision: 1909

Modified:
   udd/web/bugs.cgi
Log:
add list of PHP bugs

Modified: udd/web/bugs.cgi
===================================================================
--- udd/web/bugs.cgi	2011-02-14 13:56:34 UTC (rev 1908)
+++ udd/web/bugs.cgi	2011-02-15 10:12:59 UTC (rev 1909)
@@ -51,6 +51,7 @@
   ['boot', 'release goal: boot performance (init.d dependencies)', 'id in (select id from bugs_usertags where email = \'initscripts-ng-devel at lists.alioth.debian.org\')', false],
   ['oldgnome', 'release goal: remove obsolete GNOME libraries', 'id in (select id from bugs_usertags where email = \'pkg-gnome-maintainers at lists.alioth.debian.org\' 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'"],
+  ['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 ~ 'debian-x at lists.debian.org')\n"],
   ['allbugs', 'All bugs', 'true', false],




More information about the Collab-qa-commits mailing list