1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/buildbot
Thatcher Peskens 4031a01af1 Merged changes
2013-04-22 18:38:42 -07:00
..
buildbot-cfg Merged changes 2013-04-22 18:38:42 -07:00
buildbot.pp Merged changes 2013-04-22 18:38:42 -07:00
README.rst Merged changes 2013-04-22 18:38:42 -07:00
requirements.txt Merged changes 2013-04-22 18:38:42 -07:00
Vagrantfile Merged changes 2013-04-22 18:38:42 -07:00

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