summaryrefslogtreecommitdiff
path: root/cliapp/runcmd.py
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Change: runcmd timeout/callback behaviourLars Wirzenius1-4/+9
2017-08-20Fix: more Python3 support from StuartLars Wirzenius1-1/+1
2017-08-19Add: Python3 supportLars Wirzenius1-6/+14
2017-01-26Avoid timeouts if there actually is outputLars Wirzenius1-0/+2
2017-01-26Add an output timeout to runcmd, and a callbackLars Wirzenius1-5/+18
2017-01-26Add (unimplemented) output_timeout kwarg to runcmdLars Wirzenius1-2/+4
2015-05-31Mark outside test coverageLars Wirzenius1-1/+1
2015-05-31Remove logging.debug calls to reduce verbosityLars Wirzenius1-2/+0
2015-05-09Include stdout output in exception if command failsLars Wirzenius1-1/+1
2015-05-01Whitespace fixes for PEP8Lars Wirzenius1-1/+1
2015-04-18Add running of pylint in 'make check' and fix thingsLars Wirzenius1-7/+6
2015-04-18Run pep8 in "make check" and fix so it passesLars Wirzenius1-7/+9
2015-03-24Add ssh_runcmd(..., remote_cwd='...'))Lars Wirzenius1-0/+11
2015-03-24Quote user-provided optionsLars Wirzenius1-1/+1
2015-03-24Add ssh_options to ssh_runcomdLars Wirzenius1-0/+3
2015-03-24Document ssh_options in docstringLars Wirzenius1-1/+5
2015-03-24Refactor ssh_runcmd for code clarityLars Wirzenius1-8/+9
2015-02-08runcmd: Collect stderr of whole pipelineRichard Maw1-4/+16
2015-01-30Fix non-termination bug in _build_pipelineRichard Maw1-0/+9
2014-07-31Allow runcmd callbacks to mangle the collected dataLars Wirzenius1-4/+8
2014-07-31Add callbacks to runcmdRichard Ipsum1-2/+13
2013-08-08Sync with upstream branchLars Wirzenius1-1/+1
2013-08-08runcmd: Fail if any command in a pipeline failsLars Wirzenius1-1/+2
2013-06-20Fix runcmd pipeline bugLars Wirzenius1-1/+1
2013-06-09Remove trailing whitespace from ends of linesLars Wirzenius1-19/+19
2013-06-06Add tty=<None|False|True> option to cliapp.ssh_runcmd()Jannis Pohlmann1-1/+24
2013-04-24Exclude untestable code from test coveragecliapp-1.20130424Lars Wirzenius1-1/+1
2013-04-23Fix cliapp.runcmd to not die from SIGWINCHLars Wirzenius1-1/+7
2013-03-05Add log_error to cliapp.runcmdLars Wirzenius1-8/+15
2013-02-10Add cliapp.ssh_runcmdLars Wirzenius1-0/+24
2013-02-10Allow some more safe charactersLars Wirzenius1-1/+5
2013-02-10Quote single quoteLars Wirzenius1-0/+2
2013-02-10Quote spacesLars Wirzenius1-1/+11
2013-02-10Start a function to safely quote arbitrary strings for shellLars Wirzenius1-0/+6
2013-01-10Reduce runcmd debug loggingLars Wirzenius1-8/+0
2012-08-28Remove very verbose debug logging messagesLars Wirzenius1-4/+0
2012-07-12Fix busy-wait problem in certain uses of runcmdLars Wirzenius1-2/+22
2012-05-21Add missing runcmd files, oopsLars Wirzenius1-0/+193