[Buildbot-commits] [djmitche/buildbot] adf8c8: use chmod -Rf
noreply at github.com
noreply at github.com
Thu Feb 4 18:59:23 UTC 2010
Branch: refs/heads/master
Home: http://github.com/djmitche/buildbot
Commit: adf8c8f9da684d8e575815d1b2684bc14af9965f
http://github.com/djmitche/buildbot/commit/adf8c8f9da684d8e575815d1b2684bc14af9965f
Author: Dustin J. Mitchell <dustin at zmanda.com>
Date: 2010-02-04 (Thu, 04 Feb 2010)
Changed paths:
M buildbot/slave/commands.py
Log Message:
-----------
use chmod -Rf
FreeBSD's chmod fails on directories for which it does not have rwx
permissions. The -f allows chmod to modify permissions on such
directories (which makes buildbot's tests pass), but it does not then
recurse into the directory.
More information about the Commits
mailing list