[Buildbot-commits] buildbot ChangeLog,1.430,1.431

Mike Taylor code-bear at users.sourceforge.net
Fri May 13 23:15:36 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
buildbot/slave/commands.py (rmdirRecursive): added a check
to ensure the path passed into rmdirRecursive actually exists.
On win32 a non-existant path would generate an exception.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.430
retrieving revision 1.431
diff -u -d -r1.430 -r1.431
--- ChangeLog	13 May 2005 20:27:56 -0000	1.430
+++ ChangeLog	13 May 2005 23:15:33 -0000	1.431
@@ -1,3 +1,9 @@
+2005-05-13  Mike Taylor  <bear at code-bear.com>
+
+	* buildbot/slave/commands.py (rmdirRecursive): added a check
+	to ensure the path passed into rmdirRecursive actually exists.
+	On win32 a non-existant path would generate an exception.
+
 2005-05-13  Brian Warner  <warner at lothar.com>
 
 	* buildbot/slave/commands.py (rmdirRecursive): replacement for





More information about the Commits mailing list