[Buildbot-commits] buildbot ChangeLog,1.429,1.430
Brian Warner
warner at users.sourceforge.net
Fri May 13 20:28:13 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31279
Modified Files:
ChangeLog
Log Message:
(rmdirRecursive): replacement for shutil.rmtree which behaves correctly on
windows in the face of files that you have to chmod before deleting. Thanks
to Bear at the OSAF for the routine.
(SourceBase.doClobber): use rmdirRecursive
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -d -r1.429 -r1.430
--- ChangeLog 12 May 2005 21:55:58 -0000 1.429
+++ ChangeLog 13 May 2005 20:27:56 -0000 1.430
@@ -1,3 +1,11 @@
+2005-05-13 Brian Warner <warner at lothar.com>
+
+ * buildbot/slave/commands.py (rmdirRecursive): replacement for
+ shutil.rmtree which behaves correctly on windows in the face of
+ files that you have to chmod before deleting. Thanks to Bear at
+ the OSAF for the routine.
+ (SourceBase.doClobber): use rmdirRecursive
+
2005-05-12 Brian Warner <warner at lothar.com>
* buildbot/status/builder.py (OfflineLogFile.getChunks): have this
More information about the Commits
mailing list