Build and packaging library
  • Python 43.9%
  • Makefile 40.9%
  • Shell 15.2%
Find a file
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
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make projects-dir.mk: Add target get-official 2026-02-26 15:20:25 +01:00
scripts pgit.sh: Add command exec 2026-02-21 15:53:27 +01:00
src run_cmd() and friends: Make args a list[str] 2026-02-27 09:09:10 +01:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-170@suse-tumbleweed/x86_64 2026-02-25 00:16:08 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-170@suse-tumbleweed/x86_64 2026-02-25 00:16:08 +00:00
VERSION Start version: 1.0.0-170 2026-02-25 00:15:35 +00:00