Is there a variable that I can access in master.cfg? The docs aren\'t cl开发者_如何学Goear at all. Thanks.There are ways of getting this information, but it depends on where you are trying to access i
I have written a function in python and I would like to have Buildbo开发者_C百科t to execute this function
When I click on the \'builders\' link of builbot URL and force a build, the git repository I specify on the form is getting ignored; the builder is using the repository it was originally built/configu
I am using buildbot (system for CI) 开发者_开发技巧and have one problem. How can I send parameters of Change to all builders? I want to use the properties comments and who of Changes object.
I have a buildbot running with two Schedulers - One triggered by code checkins and another triggered by content checkins; the former needs a much shorter treeStableTimer.Both of these Schedulers trigg
I am running some Continuous Integration servers. Source repository is hosted on Subversion, and buildbot does the job of compiling and testing after every commit. My trouble is that I had recently to
should be dumb as everybody seems to installed it without trouble. I spent hours within a fresh squeeze and tried different configurations (easy_install, aptitude and from source 0.81p.tar.gz) the bes
There are lots of articles talking about how to create an executable (.exe) file from Python script on Windows 开发者_如何学Cfrom command line (by using py2exe, etc.).However, I have not had any luck
I want to setup a continuous integration environment with three operating systems (MacOSX, Windows and Linux). I need to build five different builds: win32bit, win64bit, lin32bit, lin64bit, and mac. F
I have a builder which consists of steps A, B, and C; and a second builder which consists of steps U, V, and W: How can I \'开发者_开发知识库block\' step U until steps A and B are finished? So basical