CVSROOT syncmail,1.2,1.3

Elliot Lee (sopwith) fedora-extras-commits at redhat.com
Thu Dec 8 21:34:54 UTC 2005


Author: sopwith

Update of /cvs/fedora/CVSROOT
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22466/CVSROOT-ext-fedora

Modified Files:
	syncmail 
Log Message:
fix syncmail


Index: syncmail
===================================================================
RCS file: /cvs/fedora/CVSROOT/syncmail,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- syncmail	8 Dec 2005 20:11:44 -0000	1.2
+++ syncmail	8 Dec 2005 21:34:52 -0000	1.3
@@ -204,7 +204,7 @@
         del diff_files[-3:]
     commit_message = sys.stdin.read()
     for I in optRequireKeyword:
-        if I not in commit_message:
+        if commit_message.find(I) < 0:
             return
 
     # cannot wait for child process or that will cause parent to retain cvs




More information about the fedora-extras-commits mailing list