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

Lucas Nussbaum lucas at alioth.debian.org
Wed Dec 8 15:49:27 UTC 2010


Author: lucas
Date: 2010-12-08 15:49:26 +0000 (Wed, 08 Dec 2010)
New Revision: 1858

Modified:
   udd/web/bugs.cgi
Log:
filter based on orphaned status

Modified: udd/web/bugs.cgi
===================================================================
--- udd/web/bugs.cgi	2010-12-08 08:43:16 UTC (rev 1857)
+++ udd/web/bugs.cgi	2010-12-08 15:49:26 UTC (rev 1858)
@@ -31,6 +31,7 @@
  ['notsqueeze', 'packages not in squeeze', 'id not in (select id from bugs_packages, sources where bugs_packages.source = sources.source and release=\'squeeze\')'],
  ['base', 'packages in base system', 'bugs.source in (select source from sources where priority=\'required\' or priority=\'important\')'],
  ['standard', 'packages in standard installation', 'bugs.source in (select source from sources where priority=\'standard\')'],
+ ['orphaned', 'orphaned packages', 'bugs.source in (select source from orphaned_packages where type in (\'ITA\', \'O\'))'],
  ['merged', 'merged bugs', 'id in (select id from bugs_merged_with where id > merged_with)'],
  ['done', 'marked as done', 'status = \'done\''],
  ['outdatedsqueeze', 'outdated binaries in squeeze', "bugs.source in (select distinct p1.source from packages_summary p1, packages_summary p2 where p1.source = p2.source and p1.release='squeeze' and p2.release='squeeze' and p1.source_version != p2.source_version)"],




More information about the Collab-qa-commits mailing list