[Buildbot-devel] Starting Buildbot

Stefan Seefeld seefeld at sympatico.ca
Tue Feb 19 07:10:57 UTC 2008


Jim Tink wrote:
> Am I able to start buildbot from the makefile or do I have to use buildbot
> start BASEDIR?
> 
> The reason I ask is that buildbot, twisted and zope.interface are not in
> the standard PYTHONPATH and I am trying to figure out how I can get it to
> start with init.
> Using makefile to set the python path would be one way but if anyone else
> has another idea please let me know, thanks.

I use one Makefile per buildbot (slave or master) instance, and within 
that Makefile I (re-)define essential environment variables such as 
PATH, LD_LIBRARY_PATH, PYTHONPATH, etc.
Doing this allows me to fine-tune the environment for each instance, and 
it makes sure that no matter which user runs 'make start' the spawned 
demon will work identically.

FWIW,
		Stefan

-- 

       ...ich hab' noch einen Koffer in Berlin...




More information about the devel mailing list