summaryrefslogtreecommitdiff
path: root/morphlib/buildworker.py
Commit message (Expand)AuthorAgeFilesLines
* Do not pass cmdline options to workers if their value is None.Jannis Pohlmann2012-02-101-0/+2
* Properly unpack dependencies into the staging area in build-single.Jannis Pohlmann2012-01-311-9/+60
* Only force TTY when using sudo. It seems to corrupt the standard output.Jannis Pohlmann2012-01-261-2/+3
* Add a "build-single" command to build a blob without its dependencies.Jannis Pohlmann2012-01-261-3/+3
* Add sudo functionality to LocalBuildWorker. Doesn't work though.Jannis Pohlmann2012-01-261-2/+6
* Run remote sudo morph commands in a login shell.Jannis Pohlmann2012-01-261-5/+9
* Add poor checks for the output and error properties.Jannis Pohlmann2012-01-251-2/+2
* Add poor man's unit tests for controller and workers.Jannis Pohlmann2012-01-251-11/+11
* Add temporary code to convert settings to cmdline options for workers.Jannis Pohlmann2012-01-241-2/+68
* Report build errors in workers back to the controller.Jannis Pohlmann2012-01-241-15/+38
* Share functionality in BuildWorker, implement SSH, add name/ident concept.Jannis Pohlmann2012-01-241-30/+57
* Add controller, worker classes and a new "build-distributed" command.Jannis Pohlmann2012-01-231-0/+99