extras-repoclosure rc-report.py,1.6,1.7

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed Jun 14 13:59:30 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-repoclosure
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12143

Modified Files:
	rc-report.py 
Log Message:
sometimes a bit of oxygen does wonders...


Index: rc-report.py
===================================================================
RCS file: /cvs/fedora/extras-repoclosure/rc-report.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rc-report.py	14 Jun 2006 13:07:59 -0000	1.6
+++ rc-report.py	14 Jun 2006 13:59:27 -0000	1.7
@@ -349,7 +349,7 @@
     if domail and toaddr != 'UNKNOWN OWNER':
         mailsplit( srv, fromaddr, toaddr, replytoaddr, subject, mailtext )
 
-if domail and mailsummary and subject.find('development') >= 0:  # avoid sending empty reports for stable/old branches
+if domail and mailsummary and (len(summail) or subject.find('development') >= 0):  # avoid sending empty reports for stable/old branches
     toaddr = replytoaddr  # mail summary to list
     mailsplit( srv, fromaddr, toaddr, '', ('Summary - %s' % subject), summail )
 




More information about the fedora-extras-commits mailing list