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

Raphael Geissert geissert at alioth.debian.org
Fri Jul 10 19:12:10 UTC 2009


Author: geissert
Date: 2009-07-10 19:12:07 +0000 (Fri, 10 Jul 2009)
New Revision: 1508

Modified:
   ddpo-by-mail/reminder-mail.rb
Log:
Improve the template based on Julien Cristau's feedback, thanks!


Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2009-07-10 17:21:12 UTC (rev 1507)
+++ ddpo-by-mail/reminder-mail.rb	2009-07-10 19:12:07 UTC (rev 1508)
@@ -204,6 +204,13 @@
     EOF
   end
 
+  gtext +=<<-EOF
+This is an automated mail. These mails are sent twice a month.
+For more information about these mails, refer to
+http://wiki.debian.org/qa.debian.org/DdpoByMail
+
+EOF
+
   text = {}
   text[T_DEHS] = ""
 
@@ -243,7 +250,7 @@
           text[pkg][T_BUGS] += "  #{b[3]}\n"
           if b[2] == "RC"
             if b[4]
-              text[pkg][T_BUGS] += "  You should fix it for the next stable point release[1]\n"
+              text[pkg][T_BUGS] += "  Appears to affect stable, you should fix it for the next point release\n"
             end
 	    # add nothing
           elsif b[2] == "PROP"
@@ -320,10 +327,6 @@
   end
   gtext += <<-EOF
 ------------ interesting stuff probably ends here ------------
-This is an automated mail. These mails are sent twice a month.
-For more information about these mails, refer to
-[1]http://wiki.debian.org/qa.debian.org/DdpoByMail
-
 We are sorry if this mail was useless for you. If you think it was
 avoidable (that we can detect easily that the problems weren't
 actually problems), please reply to it and let us know.
@@ -354,7 +357,8 @@
 believe it can be improved. The wiki page will be updated with useful
 information.
 --
-DDPOMail, run by #{OWNER}
+DDPOMail,
+run by #{OWNER}
     EOF
 
   fname = email.gsub('/', '__')




More information about the Collab-qa-commits mailing list