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

Niels Thykier nthykier at alioth.debian.org
Thu Jan 24 11:38:30 UTC 2013


Author: nthykier
Date: 2013-01-24 11:38:30 +0000 (Thu, 24 Jan 2013)
New Revision: 2604

Modified:
   rc-buggy-leaf-packages/rt-source-rcbugs.sql
Log:
Include RC bugs even if they are "done"

This fixes a false-negative when the RC bug is only fixed in
experimental.



Modified: rc-buggy-leaf-packages/rt-source-rcbugs.sql
===================================================================
--- rc-buggy-leaf-packages/rt-source-rcbugs.sql	2013-01-12 04:01:26 UTC (rev 2603)
+++ rc-buggy-leaf-packages/rt-source-rcbugs.sql	2013-01-24 11:38:30 UTC (rev 2604)
@@ -29,7 +29,6 @@
 	id AS "RC Bugs"
 FROM	bugs b 
 WHERE	b.severity >= 'serious'
-	AND b.status != 'done'
 	AND b.affects_testing = true AND b.affects_unstable = true
         AND b.id NOT IN ( -- Not <release>-ignore
                  SELECT t.id FROM bugs_tags t WHERE t.id = b.id AND




More information about the Collab-qa-commits mailing list