[Collab-qa-commits] r1469 - udd/web/cgi-bin

Lucas Nussbaum lucas at alioth.debian.org
Sat Jun 6 21:25:06 UTC 2009


Author: lucas
Date: 2009-06-06 21:25:06 +0000 (Sat, 06 Jun 2009)
New Revision: 1469

Modified:
   udd/web/cgi-bin/removal_candidates.cgi
Log:
improve view

Modified: udd/web/cgi-bin/removal_candidates.cgi
===================================================================
--- udd/web/cgi-bin/removal_candidates.cgi	2009-06-06 21:24:41 UTC (rev 1468)
+++ udd/web/cgi-bin/removal_candidates.cgi	2009-06-06 21:25:06 UTC (rev 1469)
@@ -11,8 +11,7 @@
 from sources, bugs, popcon_src
 where sources.distribution = 'debian' and sources.release = 'squeeze'
 and bugs.source = sources.source
-and id in (select id from bugs_rt_affects_testing)
-and id in (select id from bugs_rt_affects_unstable)
+and id in (select id from bugs_rt_affects_testing_and_unstable)
 and bugs.severity >= 'serious'
 and arrival < (NOW() - interval '14 DAYS')
 and sources.source = popcon_src.source




More information about the Collab-qa-commits mailing list