summaryrefslogtreecommitdiff
path: root/distbuild/mainloop.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove n_state_machines_of_type functionRichard Ipsum2015-04-291-3/+0
| | | | Change-Id: Icfc3d1aa125196e208d7ac35f43f06c5f5a21ba4
* distbuild: Add distbuild status commandLauren Perry2015-04-291-1/+3
| | | | | | | | | Adds a command to get the status of all recently ran distbuilds for a given server (e.g. Running, Finished, Failed, Cancelled), so as to tell if a build running via distbuild-start has finished or otherwise exited without going through the server's log files Change-Id: I5ce9fe54ae7b1bd8fe3e0d629f615042be8827ed
* distbuild: Add test suite for distbuild-helperSam Thursfield2015-04-221-0/+65
| | | | | | | | | This is mostly to check that the 'cancel entire subprocess tree' works as expected. Revert that patch and the test fails. There are also some tweaks included in this commit. Change-Id: If297522e6589ebb3a07dac66a39eb243789e53aa
* Use the modern way of the GPL copyright header: URL instead real addressJavier Jardón2015-03-161-2/+1
| | | | Change-Id: I992dc0c1d40f563ade56a833162d409b02be90a0
* distbuild: Log in build-step-xx.log files when initiator cancels buildSam Thursfield2015-02-181-1/+4
| | | | | This makes it easier to spot if an incomplete build was due to the user cancelling, or if it represents a dropped connection or internal error.
* Fix copyright yearsSam Thursfield2015-02-111-1/+1
|
* distbuild: Fix case where 'computing build graph' would hang foreverSam Thursfield2015-02-111-1/+4
| | | | | | If there's no distbuild-helper process running on the controller then the controller would hang forever. This situation is unlikely, but it's important to give the user feedback instead of silently hanging forever.
* Fix copyright years of distbuild code.Sam Thursfield2014-09-111-1/+1
|
* Fix all distbuild code to be GPLv2 licensed.Sam Thursfield2014-09-101-2/+14
|
* Rename vars in dequeue_eventsRichard Ipsum2014-05-061-2/+2
|
* Add the distbuild libsRichard Ipsum2014-03-211-0/+117