[Buildbot-devel] Working directory inconsistencies

Ian Bell ian.h.bell at gmail.com
Sat Dec 6 21:44:34 UTC 2014


Something that I find very confusing when working with buildbot is dealing
with what the root path is for a command.

For instance, a git checkout step will by default (as far as I can tell),
check out into the build folder.  Then any subsequent ShellCommand steps
have as their root path the root directory of the builder, to which you
need to append build all the time.

But DirectoryUpload uses a path that is relative to the build folder, not
the root directory. (This seems like a bug to me)

The documentation of this behavior is non-existent.  So I would propose at
least that the checkout location of git should be documented, and perhaps
able to be changed.

Can we bring some sanity to the root folders?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20141206/4816e930/attachment.html>


More information about the devel mailing list