summaryrefslogtreecommitdiff
path: root/morphlib/buildcontroller.py
Commit message (Expand)AuthorAgeFilesLines
* Make ./check check for long lines (with excptions); fix long linesLars Wirzenius2012-02-271-1/+1
* Fix the wait_for_workers() loop.Jannis Pohlmann2012-01-261-1/+1
* Add poor man's unit tests for controller and workers.Jannis Pohlmann2012-01-251-9/+9
* Report build errors in workers back to the controller.Jannis Pohlmann2012-01-241-0/+4
* Fix the loop that waits for workers to finish.Jannis Pohlmann2012-01-241-1/+1
* Avoid errors when a worker does not return any output.Jannis Pohlmann2012-01-241-2/+3
* Share functionality in BuildWorker, implement SSH, add name/ident concept.Jannis Pohlmann2012-01-241-0/+4
* Use 0.1s as the default timeout in wait_for_worker(), instead of 100s.Jannis Pohlmann2012-01-241-2/+1
* Add controller, worker classes and a new "build-distributed" command.Jannis Pohlmann2012-01-231-0/+119