Home | Trees | Index | Help |
|
---|
Package buildbot :: Package scripts :: Module runner |
|
Function Summary | |
---|---|
createMaster(config)
| |
createSlave(config)
| |
debugclient(config)
| |
doTry(config)
| |
doTryServer(config)
| |
dict |
Find the .buildbot/FILENAME file. |
restart(config)
| |
run()
| |
Send a single change to the buildmaster's PBChangeSource. | |
statusgui(config)
| |
statuslog(config)
| |
stop(config,
signame,
wait)
|
Variable Summary | |
---|---|
str |
makefile_sample = "# -*- makefile -*-\n\n# This is a sim...
|
str |
masterTAC = "\nfrom twisted.application import service\n...
|
str |
slaveTAC = "\nfrom twisted.application import service\nf...
|
Function Details |
---|
loadOptions(filename='options', here=None, home=None)Find the .buildbot/FILENAME file. Crawl from the current directory up towards the root, and also look in ~/.buildbot . The first directory that's owned by the user and has the file we're looking for wins. Windows skips the owned-by-user test.
|
sendchange(config, runReactor=False)Send a single change to the buildmaster's PBChangeSource. The connection will be drpoped as soon as the Change has been sent. |
Variable Details |
---|
masterTAC
|
slaveTAC
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Dec 10 22:04:45 2006 | http://epydoc.sf.net |