[Buildbot-commits] [SPAM] [Buildbot] #792: rmdirRecursive follows symlinks
Buildbot
buildbot-devel at lists.sourceforge.net
Sun Apr 11 19:35:05 UTC 2010
#792: rmdirRecursive follows symlinks
-------------------+--------------------------------------------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.1
Version: 0.7.12 | Keywords:
-------------------+--------------------------------------------------------
If you have a symlink to a file you don't own, rmdirRecursive
({{{buildbot/slave/commands/utils.py}}}) will try to chmod it, and fails.
I think we should be using lchmod, but that's only in Python 2.6.. Maybe
we should just be using shutil.rmtree on POSIX?
--
Ticket URL: <http://buildbot.net/trac/ticket/792>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list