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

Lucas Nussbaum lucas at alioth.debian.org
Wed Nov 3 06:52:07 UTC 2010


Author: lucas
Date: 2010-11-03 06:52:06 +0000 (Wed, 03 Nov 2010)
New Revision: 1841

Modified:
   udd/web/bugs.cgi
Log:
XSF bugs triaging

Modified: udd/web/bugs.cgi
===================================================================
--- udd/web/bugs.cgi	2010-11-02 14:07:14 UTC (rev 1840)
+++ udd/web/bugs.cgi	2010-11-03 06:52:06 UTC (rev 1841)
@@ -21,6 +21,9 @@
  ['patch', 'tagged patch', 'id in (select id from bugs_tags where tag=\'patch\')'],
  ['pending', 'tagged pending', 'id in (select id from bugs_tags where tag=\'pending\')'],
  ['security', 'tagged security', 'id in (select id from bugs_tags where tag=\'security\')'],
+ ['wontfix', 'tagged wontfix', 'id in (select id from bugs_tags where tag=\'wontfix\')'],
+ ['upstream', 'tagged upstream', 'id in (select id from bugs_tags where tag=\'upstream\')'],
+ ['forwarded', 'forwarded upstream', 'forwarded != \'\''],
  ['claimed', 'claimed bugs', "id in (select id from bugs_usertags where email='bugsquash at qa.debian.org')"],
  ['deferred', 'fixed in deferred/delayed', "id in (select id from deferred_closes)"],
  ['notmain', 'packages not in main', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component=\'main\')'],
@@ -43,6 +46,7 @@
   ['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'"],
   ['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