[Buildbot-devel] 'DirectoryLister' object has no attribute 'getAuthz'
robert dugal
rmdugal at hotmail.com
Wed Oct 20 18:00:39 UTC 2010
I have upgraded my buildbot master from 0.7.11p3 to 0.8.1.
I have not upgraded the slaves, they are still running 0.7.11p3.
I have noticed a change in behaviour when attempting to browse files that have been uploaded to the master.
The different builders upload packages to master's public/html/ directory and they would be made available as URLs like this:
http://mymaster/releases/1.0/package.zip
http://mymaster/releases/2.0/package.zip
I used to be able to browse http://mymaster/releases/ and step through each folder.
But with 0.8.1 I can't do that. When I try to browse the folders I get this error:
<type 'exceptions.AttributeError'>: 'DirectoryLister' object has no attribute 'getAuthz'
However, I can enter the complete URL http://mymaster/releases/1.0/package.zip and download the package so that is working ok.
Is this an intentional change or something I'm missing from my master.cfg?
More information about the devel
mailing list