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

Lucas Nussbaum lucas at alioth.debian.org
Mon Jan 18 09:41:17 UTC 2010


Author: lucas
Date: 2010-01-18 09:41:16 +0000 (Mon, 18 Jan 2010)
New Revision: 1669

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
make security issues non-serious by default. if they are really serious, there's probably an RC bug filed anyway.

Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2010-01-18 09:15:14 UTC (rev 1668)
+++ ddpo-by-mail/reminder-mail.rb	2010-01-18 09:41:16 UTC (rev 1669)
@@ -143,7 +143,7 @@
   end
   if security[pkg]
     pissues << [ :security, security[pkg] ]
-    pserious = true
+    #pserious = true
   end
   unless pissues.empty?
     issues[pkg] = pissues 




More information about the Collab-qa-commits mailing list