summaryrefslogtreecommitdiff
path: root/distbuild/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* distbuild: Remove the build-steps messageSam Thursfield2015-02-181-3/+2
| | | | | | | | | | | | | | | | | This message was hundreds of kilobytes in size, as it contained a recursive list of dependencies for each artifact in the build graph. It was used in the initiator only to print this message: Build steps in total: 592 This message is now gone. The 'Need to build %d artifacts' build-progress message now indicates the total build steps instead: Need to build 300 artifacts, of 592 total This is a compatible change to the distbuild protocol: old initiators will continue to work as normal with new controllers that don't send the build-steps message.
* Update copyright yearsSam Thursfield2015-02-181-1/+1
|
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* Import InitiatorConnectionMachineRichard Ipsum2014-06-111-1/+2
|
* Import all the thingsRichard Ipsum2014-04-231-1/+4
|
* distbuild: Improve logging of connections and objectsSam Thursfield2014-04-101-0/+2
| | | | | | | | | | New DistbuildSocket class that wraps socket.socket(), providing a descriptive repr() handler showing where the socket is connected, and providing a couple of helper methods for fetching local and remote endpoint names. This commit also adds a descriptive repr() handler to a few other objects (mostly giving socket connection details).
* Add the distbuild libsRichard Ipsum2014-03-211-0/+61