extras-buildsys/utils/pushscript Push.py,1.37,1.38

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Mar 3 18:02:14 UTC 2007


Author: mschwendt

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

Modified Files:
	Push.py 
Log Message:
see whether this is enough for now


Index: Push.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/Push.py,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- Push.py	2 Mar 2007 20:41:26 -0000	1.37
+++ Push.py	3 Mar 2007 18:02:12 -0000	1.38
@@ -404,7 +404,7 @@
 
     body += cfg.mail_footer
     
-    msg = MIMEText(body)
+    msg = MIMEText(body,'plain','utf-8')
     subject = '%s Package Build Report %s' % (cfg.project_hr,datetime.date.today())
     msg['Subject'] = subject
     msg['From'] = cfg.mail_from




More information about the fedora-extras-commits mailing list