[Buildbot-devel] AnyBranchScheduler and builder's builddir parameter

Sergey A. Lipnevich sergey at optimaltec.com
Thu Sep 27 09:52:18 UTC 2007


Hi All,

I'm using AnyBranchScheduler for a tree with lots of projects and
branches. Any project's branch can (and should) be built separately, and
in a separate sub-directory on a slave. How can I make a slave create a
sub-directory per branch and check out source in there instead of its
"builddir"-specified directory? To clarify, if my builder's builddir is
set to 'bd', and a change happens on branch 'prj/branches/ver', I want
checkout to go into 'bd/prj_branches_ver' (or some other unique name per
branch), not just 'bd'.

I'm looking at creating a custom build factory with all necessary steps
anyway, but I was hoping that maybe there is per-branch checkout in
steps.source.SVN, since there is per-branch scheduling in
AnyBranchScheduler :-).
Thank you!

Sergey.





More information about the devel mailing list