Local BuildBot

Hi All,

I want to install a local buildbot, so we can test our patches before
sending them over.

Is there any documentation on how to install it locally?

Hello Renato,

I used documentation on buildbot site. They have good manual.
The installation seems pretty easy:
Install buildbot. Latest versions have different install for master
and slave so if you need both slave and master on the same box use
older version or install both.
Do not create master/slave as buildbot manual tells. Instead check out
zorg from llvm svn.
Edit configuration config.py. For master also edit status.py,
slaves.py, builders.py.

Thanks

Galina