summaryrefslogtreecommitdiff
path: root/morphlib/plugins/distbuild_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* distbuild: Condense Initiator class to remove unnecessary duplicationLauren Perry2015-05-151-4/+16
* Fix prototype of create_source_pool()Sam Thursfield2015-05-141-2/+2
* Clean up artifact serialisationAdam Coldrick2015-05-121-9/+10
* distbuild: Add distbuild status commandLauren Perry2015-04-291-0/+47
* distbuild: Add distbuild start and cancel functionalityLauren Perry2015-04-291-0/+42
* Calculate the build graph in worker-buildAdam Coldrick2015-04-241-5/+25
* distbuild: Add distbuild-list-jobs functionLauren Perry2015-04-171-0/+42
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
* distbuild: Create a new directory to store build logs for each build.Sam Thursfield2015-02-181-1/+0
* Fix copyright yearsSam Thursfield2015-02-111-1/+1
* distbuild: Refuse to start controller if there are no workers listedSam Thursfield2015-02-111-0/+5
* Fix lines longer than 79 charactersSam Thursfield2014-10-291-2/+2
* Merge remote-tracking branch 'origin/sam/build-fix-3'Sam Thursfield2014-10-291-6/+15
|\
| * Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-6/+15
|/
* Allow distbuilds to choose where to put logsRichard Maw2014-10-081-0/+5
* Fix issues with distbuild caused by moving to building per-sourceRichard Maw2014-10-081-1/+1
* Allow ephemeral ports for distbuild servicesRichard Maw2014-10-021-1/+1
* distbuild: allow daemons to bind to ephemeral portsRichard Maw2014-10-011-2/+22
* Use sanitise_morphology_path in serialise_artifactRichard Ipsum2014-07-311-1/+1
* distbuild: Label state machine transition tablesSam Thursfield2014-04-141-0/+1
* distbuild: Stop workers blowing their entire cache away every timeDaniel Silverstone2014-04-141-6/+14
* Remove Initiator and InitiatorBuildCommandRichard Ipsum2014-03-261-49/+0
* Make InitiatorBuildCommand construct BuildCommandRichard Ipsum2014-03-261-0/+1
* Add the distbuild pluginRichard Ipsum2014-03-211-0/+343