[Buildbot-devel] DirectoryUpload
Marcus Lindblom
macke at yar.nu
Thu Nov 27 17:11:11 UTC 2008
René Müller wrote:
> Hi,
>
> I have a buildslave which creates the documentation for my projects
> (with epydoc and doxygen). Now I want to put them online on the
> buildmaster, just the way the Buildbot Manual shows under 6.1.7. The
> problem is, that no documentation consists of just one file. It is
> always a whole directory. So I searched for an DirectoryUpload step,
> just like the FileUpload step. I didn't found one. Is there such an step
> available? If not, I'm willing to make one and post it as an patch. I
> just want to make sure, to not remake something existing.
Not that I know.
We've solved it by compressing everything into an archive, upload that
and unpack it on the master. It helps with bandwidth too. ;)
Cheers,
/Marcus
More information about the devel
mailing list