[Buildbot-commits] buildbot ChangeLog,1.875,1.876

Brian Warner warner at users.sourceforge.net
Sat Jul 28 05:57:57 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28278

Modified Files:
	ChangeLog 
Log Message:
[project @ changes/mail.py: remove sep=, fix handling of prefix=]

Original author: warner at lothar.com
Date: 2007-07-28 05:55:17+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.875
retrieving revision 1.876
diff -u -d -r1.875 -r1.876
--- ChangeLog	28 Jul 2007 05:57:50 -0000	1.875
+++ ChangeLog	28 Jul 2007 05:57:55 -0000	1.876
@@ -1,7 +1,13 @@
 2007-07-27  Brian Warner  <warner at lothar.com>
 
 	* buildbot/changes/mail.py: refactor: move parsing into a method
-	named 'parse', each parser type gets a separate subclass
+	named 'parse', each parser type gets a separate subclass. Remove
+	the old 'sep' argument (hardcode it to '/'), fix usage of prefix=
+	to be a simple leading-substring match. Add a warning to the logs
+	if prefix= does not end in a slash, since that's probably a
+	mistake. Fix both places where a prefix= mismatch would skip all
+	subsequent files in the same email, instead of just skipping the
+	one that didn't match.
 	* buildbot/test/test_mailparse.py: match changes
 
 	* docs/buildbot.texinfo (Getting Source Code Changes): refactor





More information about the Commits mailing list