| 21 |
['patch', 'tagged patch', 'id in (select id from bugs_tags where tag=\'patch\')'], |
['patch', 'tagged patch', 'id in (select id from bugs_tags where tag=\'patch\')'], |
| 22 |
['pending', 'tagged pending', 'id in (select id from bugs_tags where tag=\'pending\')'], |
['pending', 'tagged pending', 'id in (select id from bugs_tags where tag=\'pending\')'], |
| 23 |
['security', 'tagged security', 'id in (select id from bugs_tags where tag=\'security\')'], |
['security', 'tagged security', 'id in (select id from bugs_tags where tag=\'security\')'], |
| 24 |
|
['wontfix', 'tagged wontfix', 'id in (select id from bugs_tags where tag=\'wontfix\')'], |
| 25 |
|
['upstream', 'tagged upstream', 'id in (select id from bugs_tags where tag=\'upstream\')'], |
| 26 |
|
['forwarded', 'forwarded upstream', 'forwarded != \'\''], |
| 27 |
['claimed', 'claimed bugs', "id in (select id from bugs_usertags where email='bugsquash@qa.debian.org')"], |
['claimed', 'claimed bugs', "id in (select id from bugs_usertags where email='bugsquash@qa.debian.org')"], |
| 28 |
['deferred', 'fixed in deferred/delayed', "id in (select id from deferred_closes)"], |
['deferred', 'fixed in deferred/delayed', "id in (select id from deferred_closes)"], |
| 29 |
['notmain', 'packages not in main', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component=\'main\')'], |
['notmain', 'packages not in main', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and component=\'main\')'], |
| 46 |
['oldgnome', 'release goal: remove obsolete GNOME libraries', 'id in (select id from bugs_usertags where email = \'pkg-gnome-maintainers@lists.alioth.debian.org\' and tag=\'oldlibs\')', false], |
['oldgnome', 'release goal: remove obsolete GNOME libraries', 'id in (select id from bugs_usertags where email = \'pkg-gnome-maintainers@lists.alioth.debian.org\' and tag=\'oldlibs\')', false], |
| 47 |
['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'"], |
['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'"], |
| 48 |
['l10n', 'Localisation bugs', 'id in (select id from bugs_tags where tag=\'l10n\')', false], |
['l10n', 'Localisation bugs', 'id in (select id from bugs_tags where tag=\'l10n\')', false], |
| 49 |
|
['xsf', 'X Strike Force bugs', "bugs.source in (select source from sources where maintainer ~ 'debian-x@lists.debian.org')\n"], |
| 50 |
['allbugs', 'All bugs', 'true', false], |
['allbugs', 'All bugs', 'true', false], |
| 51 |
] |
] |
| 52 |
|
|