summaryrefslogtreecommitdiff
path: root/distbuild/initiator.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix lines longer than 79 charactersSam Thursfield2014-10-291-1/+2
|
* Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-2/+4
| | | | | | | | | | | The recent changes to the BuildCommand.build() function caused distbuild to break, because I didn't make the same change to the InitiatorBuildCommand.build() function but did change how it was called. This commit adds the ability to have optional fields in distbuild messages. This is used to add an optional 'original_ref' field, which will get passed to `morph serialise-artifact` by new distbuild controllers, and will be ignored by older ones.
* Allow distbuilds to choose where to put logsRichard Maw2014-10-081-1/+7
|
* 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