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

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Aug 4 21:31:51 UTC 2008


Author: lucas
Date: 2008-08-04 21:31:50 +0000 (Mon, 04 Aug 2008)
New Revision: 985

Modified:
   ddpo-by-mail/ddpo-config.rb
   ddpo-by-mail/reminder-mail.rb
Log:
ddpo-by-mail: bug numbers must not be quoted in the config file

Modified: ddpo-by-mail/ddpo-config.rb
===================================================================
--- ddpo-by-mail/ddpo-config.rb	2008-08-04 19:54:38 UTC (rev 984)
+++ ddpo-by-mail/ddpo-config.rb	2008-08-04 21:31:50 UTC (rev 985)
@@ -24,18 +24,20 @@
   'ilmari at ilmari.org',
   'pkg-grub-devel at lists.alioth.debian.org',
   'debian at oursours.net',
-  'abartlet at samba.org'
+  'abartlet at samba.org',
+  'wlynch at sharth.ath.cx',
+  'wlynch at udel.edu'
 ]
 
 EXC_BUGS = [ ] # use EXC_EMAILS_BUGS, unless it's a false positive.
 
 EXC_EMAILS_BUGS = Hash::new { [] }
-EXC_EMAILS_BUGS['debian-x at lists.debian.org'] = [ '368560', '368559', '211765', '368564', '383465' ]
-EXC_EMAILS_BUGS['ivan-debian at 420.am'] = [ '429023', '466738', '466738', '489840' ]
-EXC_EMAILS_BUGS['broonie at debian.org'] = [ '444204', '444543' ]
-EXC_EMAILS_BUGS['monotone-debian at nongnu.org'] = ['432658']
-EXC_EMAILS_BUGS['abe at deuxchevaux.org'] = ['484499', '485502' ]
-EXC_EMAILS_BUGS['pkg-php-maint at lists.alioth.debian.org'] = ['489992']
+EXC_EMAILS_BUGS['debian-x at lists.debian.org'] = [ 368560, 368559, 211765, 368564, 383465 ]
+EXC_EMAILS_BUGS['ivan-debian at 420.am'] = [ 429023, 466738, 466738, 489840 ]
+EXC_EMAILS_BUGS['broonie at debian.org'] = [ 444204, 444543 ]
+EXC_EMAILS_BUGS['monotone-debian at nongnu.org'] = [432658]
+EXC_EMAILS_BUGS['abe at deuxchevaux.org'] = [484499, 485502 ]
+EXC_EMAILS_BUGS['pkg-php-maint at lists.alioth.debian.org'] = [489992]
 
 EXC_EMAILS_PKGS = Hash::new { [] }
 EXC_EMAILS_PKGS['debian-gcc at lists.debian.org'] = ['gcc-2.95', 'gcc-snapshot' ]

Modified: ddpo-by-mail/reminder-mail.rb
===================================================================
--- ddpo-by-mail/reminder-mail.rb	2008-08-04 19:54:38 UTC (rev 984)
+++ ddpo-by-mail/reminder-mail.rb	2008-08-04 21:31:50 UTC (rev 985)
@@ -192,6 +192,7 @@
     issues[pkg].each do |iss|
       if iss[0] == :bugs
         bugs = iss[1].reject { |b| EXC_EMAILS_BUGS[email].include?(b[0]) }
+	next if bugs.length == 0
         incptext = true
         ptext += "= #{bugs.length} bug(s) that should be fixed for the next Debian release:\n"
         bugs.each do |b|




More information about the Collab-qa-commits mailing list