[Buildbot-commits] buildbot ChangeLog,1.751,1.752

Brian Warner warner at users.sourceforge.net
Mon Sep 25 08:01:25 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ svn_buildbot.py: strip *4* chars, not 6. Closes SF#1545146]

Original author: warner at lothar.com
Date: 2006-09-25 08:00:49

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.751
retrieving revision 1.752
diff -u -d -r1.751 -r1.752
--- ChangeLog	25 Sep 2006 07:47:02 -0000	1.751
+++ ChangeLog	25 Sep 2006 08:01:23 -0000	1.752
@@ -1,5 +1,11 @@
 2006-09-25  Brian Warner  <warner at lothar.com>
 
+	* contrib/svn_buildbot.py (ChangeSender.getChanges): the first *4*
+	columns of 'svnlook changed' output contain status information, so
+	strip [:4] instead of [:6]. Depending upon what the status flags
+	were, this would sometimes lead to mangled filenames. Thanks to
+	Riccardo Magliocchetti for the patch. Closes SF#1545146.
+
 	* buildbot/steps/source.py (Monotone): initial Monotone support,
 	contributed by Nathaniel Smith. Still needs docs and tests, but
 	this code has been in use on the Monotone buildbot for a long





More information about the Commits mailing list