Build and packaging library
  • Python 48.7%
  • Makefile 37.5%
  • Shell 13.8%
Find a file
Jan Lindemann d680d6c5ed lib.ec.ssh.Exec._run_ssh(): run_cmd(throw=False)

_run_ssh() of ssh.Exec doesn't pass throw=False to run_cmd(), which makes it throw exceptions, and effectively strips the caller of any chance to get hold of stdout and stderr. Pass throw=False and let run() decide according the the caller-provided throw parameter whether or not a problem should propagate up as exception or return value.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-04-11 14:55:30 +02:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
conf scripts/usr-bin: Install symlink /usr/bin/jw-pkg 2026-04-06 15:58:11 +02:00
make defs.mk: Remove installation type SCRIPT 2026-04-11 14:51:11 +02:00
scripts scripts/usr-bin: scripts.mk -> std-targets.mk 2026-04-08 16:47:00 +02:00
src lib.ec.ssh.Exec._run_ssh(): run_cmd(throw=False) 2026-04-11 14:55:30 +02:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-201@suse-tumbleweed/x86_64 2026-04-09 05:28:39 +00:00
Makefile make: Replace RPM -> PKG 2026-03-16 14:57:50 +01:00
RELEASES Release 1.0.0-201@suse-tumbleweed/x86_64 2026-04-09 05:28:39 +00:00
VERSION Start version: 1.0.0-201 2026-04-08 23:09:15 +00:00