[Buildbot-devel] Removing CVS checkout -d option?
Ian Britten
britten at caris.com
Mon Jun 16 20:42:09 UTC 2008
Hi all,
Is there any way to get buildbot to not put in a "-d build" option
when running the "cvs checkout" command?
Currently, it seems to do this:
/usr/bin/cvs -d :pserver:anonymous at sunflower:/cvs/core -z3 checkout -d build -r
HEAD mylib
The presence of the "-d build" option conflicts with the contents
of our CVSROOT/modules entries, resulting in an invalid checkout.
[ Bonus - Can the -z3 option be removed too? We're on an internal
network, and I might prefer to waste bandwidth to reduce server CPU ]
Note that my master.cfg is still pretty close to the initial default
one that gets created, so I'm not bothering to post it.
Thanks for any info!
[ My apologies if this is simple - I'm just learning buildbot... ]
Ian
More information about the devel
mailing list