[Buildbot-devel] Fix the permissions before starting a new build

Brian Warner warner-buildbot at lothar.com
Mon Mar 5 21:19:32 UTC 2007


> +1, we run into this problem all the time as well.  Very annoying --
> need to find the buildbot owner and get them to intervene manually
> every time it happens.

Yeah, I have this problem at work too, we actually have a separate 'chmod'
step that runs before the update/checkout. In our case it comes from some
test cases that exercise "what happens if I can't write to the file"
situations by doing 'chmod 0' on those files, and then sometimes fails to set
them back again.

Does anyone know what the windows equivalent is? Or can I just do os.walk and
os.chmod and expect it to be cross-platform?

I've created http://buildbot.net/trac/ticket/29 to track this one.

cheers,
 -Brian




More information about the devel mailing list