summaryrefslogtreecommitdiff
path: root/distbuild/protocol.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix distbuild to allow passing a commit instead of a named ref to be builtSam Thursfield2014-10-271-4/+15
| | | | | | | | | | | 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.
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* Add new step-already-started message to protocolRichard Ipsum2014-04-231-0/+5
|
* Add body and headers to http-request messageRichard Ipsum2014-04-081-0/+2
|
* Add the distbuild libsRichard Ipsum2014-03-211-0/+93