jw-pkg/src/python/jw/pkg/cmds/distro/lib
Jan Lindemann b81406e11a run_cmd() and friends: Make args a list[str]
This is a code maintenance commit: some run_xxx() helper functions
take a string, some a list, and some just digest all arguments and
pass them on as a list to exec() to be executed. That's highly
inconsistent. This commit changes that to list-only.

Except for the run_cmd() method of SSHClient, which is still run as a
shell method, because, erm, it's a shell. Might be changed in the
future for consistency reasons.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-02-27 09:09:10 +01:00
..
Makefile jw.pkg.cmds.distro.lib: Add Module 2026-02-18 01:20:26 +01:00
Package.py jw.pkg.cmds.distro.lib.Package: Add class 2026-02-18 01:20:26 +01:00
rpm.py run_cmd() and friends: Make args a list[str] 2026-02-27 09:09:10 +01:00