summaryrefslogtreecommitdiff
path: root/vmdb/runcmd.py
AgeCommit message (Expand)AuthorFilesLines
2023-07-11runcmd.py: show live subprocess output when verbosertkapiper1-7/+42
2023-04-07fix: set locale to C.UTF8Lars Wirzenius1-1/+3
2020-09-05fix(runcmd.py): creation of CalledProcessException object was buggyLars Wirzenius1-1/+5
2020-09-05fix(runcmd.py): name of exception classLars Wirzenius1-1/+1
2020-08-20fix(runcmd.py): use subprocess, fix syntax errorLars Wirzenius1-4/+2
2020-08-20refactor: format all Python modules with blackLars Wirzenius1-15/+15
2020-05-09Change: flush progress output after every writeLars Wirzenius1-0/+2
2020-04-12Change: use subprocess directly, not via cliapp.runcmdLars Wirzenius1-4/+10
2020-04-11Add: rename to virtual-filesystems, make use of it, fix bugsLars Wirzenius1-23/+2
2020-04-08Fix: runcmd_chroot to always unmount /procLars Wirzenius1-3/+3
2020-03-21Change: always mount /proc in chrootLars Wirzenius1-2/+31
2019-12-08Change: if there's an error, always write to stderrLars Wirzenius1-2/+1
2017-10-04Fix runcmd_chroot: actually specify chrootMichael Stapelberg1-1/+1
2017-09-24Add: vmdb.runcmd_chroot functionLars Wirzenius1-0/+5
2017-05-21Fix: make --verbose output to stdoutLars Wirzenius1-9/+5
2017-05-21Make progress reporting prettier, and not be errors anymoreLars Wirzenius1-4/+8
2017-05-21Force locale to C when running commandsLars Wirzenius1-0/+4
2017-04-01Produce progress report even without ttyLars Wirzenius1-1/+3
2017-04-01Improve progress reportingLars Wirzenius1-6/+19
2017-04-01Add vmdb.runcmd function, make everything use thatLars Wirzenius1-0/+44