summaryrefslogtreecommitdiff
path: root/lorry-controller-minion
Commit message (Collapse)AuthorAgeFilesLines
* Delete assignments to local variables that are not used laterBen Hutchings2020-08-101-1/+0
| | | | | | | pyflakes found various assignments to local variables which are not used again. In some cases we still need to evaluate the expression that's assigned. In most places we can delete the assignment entirely.
* MINION: Allow specifying multiple configuration files for LorryBen Hutchings2020-07-211-3/+3
| | | | | Change the 'lorry-config' setting from string to string-list type. This will allow separating generic and site configuration files.
* Update copyright dates for files I recently changedBen Hutchings2020-06-081-1/+1
|
* Convert output from runcmd{,_unchecked} to textBen Hutchings2020-05-061-0/+3
| | | | | | The cliapp.Application.runcmd{,_unchecked} methods return bytes objects under Python 3. Decode these as UTF-8 in non-strict (replace) mode.
* MINION: Convert binary data to text as necessaryBen Hutchings2020-05-061-5/+7
| | | | | | | | | * HTTP responses are bytes but json.load wants a str. Decode as UTF-8 in strict mode, on the assumption that WEBAPP will always produce valid UTF-8. * os.read returns bytes. Decode as UTF-8 in non-strict (replace) mode.
* Update to python3Pedro Alvarez2019-11-271-8/+8
|
* Minion: Support setting lorry config filePedro Alvarez2019-07-091-3/+13
|
* Ensure child processes of subprocesses are killed with the parentbenbrown/clean-removed-jobsBen Brown2019-05-101-3/+6
| | | | | Assign a session ID to subprocesses, making it the group leader of any child processes, so that we may clean them up with the parent.
* Remove trailing whitespaceBen Brown2015-12-151-2/+2
| | | | | | While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745
* Fix: use kill not kill_jobbaserock/richardipsum/fix_kill_attr_bugRichard Ipsum2014-06-261-1/+1
| | | | The kill_job attribute was recently renamed to kill.
* Add a FIXME comment about losing output while killingLars Wirzenius2014-04-221-0/+6
|
* Add new Lorry ControllerLars Wirzenius2014-04-151-0/+302