[Collab-qa-commits] r1610 - ddpo-by-mail

Raphael Geissert geissert at alioth.debian.org
Thu Oct 29 01:55:42 UTC 2009


Author: geissert
Date: 2009-10-29 01:55:41 +0000 (Thu, 29 Oct 2009)
New Revision: 1610

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
Generate reports also for packages affected only by security issues


Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2009-10-29 01:35:08 UTC (rev 1609)
+++ ddpo-by-mail/reminder-mail.rb	2009-10-29 01:55:41 UTC (rev 1610)
@@ -110,7 +110,7 @@
 # compute issues for each package
 serious = {}
 issues = {}
-(bugs.keys + testingissues.keys + dehs.keys).sort.uniq.each do |pkg|
+(bugs.keys + testingissues.keys + dehs.keys + security.keys).sort.uniq.each do |pkg|
   if EXC_PKGS.include?(pkg)
     puts "Skipping #{pkg}, it is excluded."
     next




More information about the Collab-qa-commits mailing list