[Buildbot-commits] buildbot ChangeLog,1.609,1.610
Brian Warner
warner at users.sourceforge.net
Sun May 7 18:36:43 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26989
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-532
Creator: Brian Warner <warner at lothar.com>
Try_Jobdir: windows fix, add logging to Build.setupBuild
* buildbot/scheduler.py (Try_Jobdir.messageReceived): when
operating under windows, move the file before opening it, since
you can't rename a file that somebody has open.
* buildbot/process/base.py (Build.setupBuild): if something goes
wrong while creating a Step, log the name and arguments, since the
error message when you get the number of arguments wrong is really
opaque.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.609
retrieving revision 1.610
diff -u -d -r1.609 -r1.610
--- ChangeLog 7 May 2006 04:35:04 -0000 1.609
+++ ChangeLog 7 May 2006 18:36:41 -0000 1.610
@@ -1,3 +1,14 @@
+2006-05-07 Brian Warner <warner at lothar.com>
+
+ * buildbot/scheduler.py (Try_Jobdir.messageReceived): when
+ operating under windows, move the file before opening it, since
+ you can't rename a file that somebody has open.
+
+ * buildbot/process/base.py (Build.setupBuild): if something goes
+ wrong while creating a Step, log the name and arguments, since the
+ error message when you get the number of arguments wrong is really
+ opaque.
+
2006-05-06 Brian Warner <warner at lothar.com>
* buildbot/process/step_twisted.py (Trial.setupEnvironment): more
More information about the Commits
mailing list