[Buildbot-commits] buildbot ChangeLog,1.862,1.863
Brian Warner
warner at users.sourceforge.net
Tue Jul 3 17:59:05 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24963
Modified Files:
ChangeLog
Log Message:
[project @ rmdirRecursive: chmod files to 0700 before deleting them. Closes #29.]
Original author: warner at lothar.com
Date: 2007-07-03 17:51:51+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.862
retrieving revision 1.863
diff -u -d -r1.862 -r1.863
--- ChangeLog 3 Jul 2007 17:25:07 -0000 1.862
+++ ChangeLog 3 Jul 2007 17:59:02 -0000 1.863
@@ -1,5 +1,14 @@
2007-07-03 Brian Warner <warner at lothar.com>
+ * buildbot/slave/commands.py (rmdirRecursive): chmod everything to
+ 0700 before removing it, to deal with situations where a build will
+ leave files around without write permissions and the 'copy' or
+ 'clobber' VC checkout modes need to blow away the tree first.
+ Thanks to Steve Milner for the suggestion and the patch (which I
+ mangled horribly). Closes #29.
+ * buildbot/test/test_slavecommand.py (Utilities.test_rmdirRecursive):
+ test for it
+
* buildbot/test/runutils.py (RunMixin.disappearSlave): oops, add
an allowReconnect= argument to let callers control whether they
want this don't-let-it-reconnect behavior, since some tests care.
More information about the Commits
mailing list