moby--moby/buildbot
Daniel Mizyrycki bb61678b57 development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful 2013-05-01 15:26:27 -07:00
..
buildbot-cfg development; issue #374: Refactor 'make hack' making Vagrantfile and VM more useful 2013-05-01 15:26:27 -07:00
README.rst testing: Add buildbot VM 2013-04-09 14:37:37 -07:00
Vagrantfile testing: Add buildbot VM 2013-04-09 14:37:37 -07:00
buildbot.pp testing: Add buildbot VM 2013-04-09 14:37:37 -07:00
requirements.txt testing: Add buildbot VM 2013-04-09 14:37:37 -07:00

README.rst

Buildbot
========

Buildbot is a continuous integration system designed to automate the
build/test cycle. By automatically rebuilding and testing the tree each time
something has changed, build problems are pinpointed quickly, before other
developers are inconvenienced by the failure.

When running 'make hack' at the docker root directory, it spawns a virtual
machine in the background running a buildbot instance and adds a git
post-commit hook that automatically run docker tests for you.

You can check your buildbot instance at http://192.168.33.21:8010/waterfall


Buildbot dependencies
---------------------

vagrant, virtualbox packages and python package requests