extras-buildsys/utils extras-push-new,1.16,1.17

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Wed May 24 20:29:31 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26008

Modified Files:
	extras-push-new 
Log Message:
insert date in mail subject line


Index: extras-push-new
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-push-new,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- extras-push-new	23 May 2006 17:06:47 -0000	1.16
+++ extras-push-new	24 May 2006 20:29:29 -0000	1.17
@@ -447,6 +447,7 @@
 
 # ====================================================================
 
+import datetime
 import smtplib
 from email.MIMEText import MIMEText
 
@@ -468,7 +469,7 @@
     body += mail_footer
     
     msg = MIMEText(body)
-    subject = '%s Package Build Report' % (project_hr)
+    subject = '%s Package Build Report %s' % (project_hr,datetime.date.today())
     msg['Subject'] = subject
     msg['From'] = mail_from
     msg['To'] = mail_to




More information about the fedora-extras-commits mailing list