From: Fred L. D. <fd...@us...> - 2003-07-10 19:12:14
|
Update of /cvsroot/cvs-syncmail/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv29979 Modified Files: syncmail Log Message: More monitoring of what SourceForge has available, just in case. Index: syncmail =================================================================== RCS file: /cvsroot/cvs-syncmail/CVSROOT/syncmail,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- syncmail 9 Jul 2003 21:25:23 -0000 1.19 +++ syncmail 10 Jul 2003 19:07:51 -0000 1.20 @@ -442,7 +442,8 @@ if verbose: print 'Python version', sys.version - os.system("type python2.0; type python2.1; type python2.2") + os.system("type python1.6; type python2;" + " type python2.0; type python2.1; type python2.2") print 'Mailing %s...' % string.join(people, COMMASPACE) print 'Generating notification message...' blast_mail(subject, people, changes.values(), |