summaryrefslogtreecommitdiff
path: root/distbuild/protocol.py
Commit message (Collapse)AuthorAgeFilesLines
* Morph build c3874f415dc6448ca28d9a01edab0948baserock/6453f312359f4317803ef7f14b58d21f/d675b946df4f456693ed211dcd2ec95eAdam Coldrick2015-04-151-2/+4
| | | | System branch: master
* Morph build 2ee8190abe87461992f5b7ed85fe2ee9Adam Coldrick2015-03-191-7/+10
| | | | System branch: master
* 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