Author: lucas
Date: 2012-04-04 19:25:15 +0000 (Wed, 04 Apr 2012)
New Revision: 2210

Modified:
   udd/web/bugs.cgi
Log:
add kfreebsd support

Modified: udd/web/bugs.cgi
===================================================================
--- udd/web/bugs.cgi    2012-04-02 15:03:52 UTC (rev 2209)
+++ udd/web/bugs.cgi    2012-04-04 19:25:15 UTC (rev 2210)
@@ -55,6 +55,7 @@
   ['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"],
+  ['kfreebsd', 'GNU/kFreeBSD bugs', 'id in (select id from bugs_usertags where 
email = \'[email protected]\' and tag=\'kfreebsd\')', false],
   ['allbugs', 'All bugs', 'true', false],
 ]
 


_______________________________________________
Collab-qa-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits

Reply via email to