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

Raphael Geissert atomo64-guest at alioth.debian.org
Wed Jul 1 19:56:30 UTC 2009


Author: atomo64-guest
Date: 2009-07-01 19:56:30 +0000 (Wed, 01 Jul 2009)
New Revision: 1500

Modified:
   ddpo-by-mail/TODO
   ddpo-by-mail/reminder-mail.rb
Log:
Do not warn about testing migration problems when there are missing
builds


Modified: ddpo-by-mail/TODO
===================================================================
--- ddpo-by-mail/TODO	2009-07-01 19:45:05 UTC (rev 1499)
+++ ddpo-by-mail/TODO	2009-07-01 19:56:30 UTC (rev 1500)
@@ -4,5 +4,3 @@
   it keeps causing problems.
 - Coordinate with the UDD maintainers so that we have the latest bug data
   available by the time the data files are downloaded/generated.
-- Do not warn about packages that have not migrated to testing in a while if
-  they have missing builds.

Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2009-07-01 19:45:05 UTC (rev 1499)
+++ ddpo-by-mail/reminder-mail.rb	2009-07-01 19:56:30 UTC (rev 1500)
@@ -122,7 +122,7 @@
     pissues << [ :builds, builds[pkg] ]
     pserious = true
   end
-  if testingissues[pkg]
+  if testingissues[pkg] and not builds[pkg]
     pissues << testingissues[pkg]
     pserious ||= testingissues[pkg][1]
   end




More information about the Collab-qa-commits mailing list