[Collab-qa-commits] r2081 - rc-buggy-leaf-packages

Alexander Reichle-Schmehl tolimar at alioth.debian.org
Wed Nov 9 10:27:24 UTC 2011


Author: tolimar
Date: 2011-11-09 10:27:23 +0000 (Wed, 09 Nov 2011)
New Revision: 2081

Modified:
   rc-buggy-leaf-packages/source-rcbugs.sql
Log:
Only rc-buggy packages in testing are interesting, as the list is used for
potential removals from testing



Modified: rc-buggy-leaf-packages/source-rcbugs.sql
===================================================================
--- rc-buggy-leaf-packages/source-rcbugs.sql	2011-11-09 10:23:44 UTC (rev 2080)
+++ rc-buggy-leaf-packages/source-rcbugs.sql	2011-11-09 10:27:23 UTC (rev 2081)
@@ -38,6 +38,7 @@
 FROM	bugs b 
 WHERE	b.severity >= 'serious'
 	AND b.status != 'done'
+	AND b.affects_testing = true
 GROUP BY b.source --, b.package
 -- LIMIT 10;
 




More information about the Collab-qa-commits mailing list