summaryrefslogtreecommitdiff
path: root/distbuild/build_controller.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix build controllerRichard Ipsum2014-03-261-6/+34
| | | | | | | | | | Whenever the controller finds a source artifact it wants to build, it changes its state to BUILDING. We build all a chunk's source artifacts in one go. So for any chunk artifact, we change the state of all chunk artifacts that are built from the same source to BUILDING
* Add the distbuild libsRichard Ipsum2014-03-211-0/+531