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

Raphael Geissert atomo64-guest at alioth.debian.org
Wed Jul 1 18:31:49 UTC 2009


Author: atomo64-guest
Date: 2009-07-01 18:31:49 +0000 (Wed, 01 Jul 2009)
New Revision: 1498

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
Fix typo, which led to the creation of useless entries in the packages hash


Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2009-07-01 18:30:34 UTC (rev 1497)
+++ ddpo-by-mail/reminder-mail.rb	2009-07-01 18:31:49 UTC (rev 1498)
@@ -128,11 +128,11 @@
   end
   if dehs[pkg]
     pissues << [ :dehs, dehs[pkg][0], dehs[pkg][1] ]
-    serious[pkg] ||= dehs[pkg][2]
+    pserious[pkg] ||= dehs[pkg][2]
   end
   if lintian[pkg]
     pissues << [ :lintian, lintian[pkg][0], lintian[pkg][1] ]
-    #serious[pkg] ||= lintian[pkg][0]
+    #pserious[pkg] ||= lintian[pkg][0]
   end
   unless pissues.empty?
     issues[pkg] = pissues 




More information about the Collab-qa-commits mailing list