summaryrefslogtreecommitdiff
path: root/distbuild/initiator.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow distbuilds to choose where to put logsbaserock/richardmaw/fix-distbuildRichard Maw2014-10-021-1/+7
|
* distbuild: base64-encode exec-output messagesRichard Maw2014-10-021-2/+3
| | | | | JSON can only handle unicode strings, but commands can write anything to stdout/stderr, so let's base64 encode the data.
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* Initiator: Handle step-already-started messageRichard Ipsum2014-04-231-0/+7
|
* distbuild: Label state machine transition tablesSam Thursfield2014-04-141-0/+1
| | | | Makes it easier to see what they mean at a glance.
* distbuild: Disable extra debugging by defaultSam Thursfield2014-04-101-1/+1
|
* Don't print worker in initiatorRichard Ipsum2014-03-261-2/+0
| | | | Worker name is not sent in message
* Add the distbuild libsRichard Ipsum2014-03-211-0/+195