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

lucas at alioth.debian.org lucas at alioth.debian.org
Thu Aug 23 12:52:37 UTC 2007


Author: lucas
Date: 2007-08-23 12:52:37 +0000 (Thu, 23 Aug 2007)
New Revision: 387

Modified:
   ddpo-by-mail/ddpo-config.rb
   ddpo-by-mail/reminder-mail.rb
Log:
- rephrased some stuff
- changed timing config
- unsubscribed a DD


Modified: ddpo-by-mail/ddpo-config.rb
===================================================================
--- ddpo-by-mail/ddpo-config.rb	2007-08-21 13:37:58 UTC (rev 386)
+++ ddpo-by-mail/ddpo-config.rb	2007-08-23 12:52:37 UTC (rev 387)
@@ -9,7 +9,8 @@
 EXC_EMAILS = [
   'marillat at debian.org',
   'mpalmer at debian.org',
-  'gurkan at linuks.mine.nu'
+  'gurkan at linuks.mine.nu',
+  'bahner at linpro.no'
 ]
 
 EXC_BUGS = [
@@ -30,7 +31,7 @@
 WRITEDDLIST = true
 WRITEPCLIST = true
 BUG_AGE = 30
-LAST_IN_TESTING = 100
-LAST_IN_SYNC = 100
+LAST_IN_TESTING = 70
+LAST_IN_SYNC = 70
 # etch released on 2007-04-08. So
 # (Date::today - Date::parse('2007-04-08')).to_i

Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2007-08-21 13:37:58 UTC (rev 386)
+++ ddpo-by-mail/reminder-mail.rb	2007-08-23 12:52:37 UTC (rev 387)
@@ -186,10 +186,10 @@
             ptext += "  #{bugtitle[b]}\n"
           end
         elsif iss[0] == :not_testing
-          ptext += "= This package has not been in testing for more than #{iss[1]} days.\n"
+          ptext += "= This package has not been in testing for #{iss[1]} days.\n"
         elsif iss[0] == :no_migration
           ptext += "= This package has not been able to migrate from unstable\n"
-          ptext += "  to testing for more than #{iss[1]} days.\n"
+          ptext += "  to testing for #{iss[1]} days.\n"
         end
       end
       gtext += ptext
@@ -198,7 +198,7 @@
     end
     if gissues > 0
       gtext += <<-EOF
-This is a semi-automated mail. These mails will be sent monthly.
+This is a semi-automated mail. These mails are sent monthly.
 For more information about these mails, refer to
 http://wiki.debian.org/qa.debian.org/DdpoByMail
 




More information about the Collab-qa-commits mailing list