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

Raphael Geissert geissert at alioth.debian.org
Thu Jan 7 07:27:09 UTC 2010


Author: geissert
Date: 2010-01-07 07:27:07 +0000 (Thu, 07 Jan 2010)
New Revision: 1660

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
point to the status/package.php page when there are missing builds
pkg.cgi doesn't seem to be use as up to date info as package.php


Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2010-01-07 02:47:26 UTC (rev 1659)
+++ ddpo-by-mail/reminder-mail.rb	2010-01-07 07:27:07 UTC (rev 1660)
@@ -275,7 +275,7 @@
         text[pkg][T_INCLUDE] = true
         text[pkg][T_BUILDS] = "= Missing build(s) on #{iss[1]}\n"
         text[pkg][T_BUILDS] += "  This might need manual action from your side.\n"
-        text[pkg][T_BUILDS] += "  See http://buildd.debian.org/pkg.cgi?pkg=#{pkg}\n"
+        text[pkg][T_BUILDS] += "  See https://buildd.debian.org/status/package.php?p=#{pkg}\n"
       elsif iss[0] == :not_testing
         text[pkg][T_INCLUDE] = true
         text[pkg][T_TESTING] = "= Not in testing for #{iss[2]} days.\n"




More information about the Collab-qa-commits mailing list