Build and packaging library
  • Python 43.9%
  • Makefile 40.9%
  • Shell 15.2%
Find a file
Jan Lindemann 0c1c2b9351 lib.util.run_cmd(): Reduce interactive logging
run_cmd() with cmd_input == mode:interactive  and verbose == true
logs output too often. First, __log() is called, then pty.spawn()
writes everything it reads from the PTY master to the terminal.

The fix it to not call __log() from _read() for the PTY reader.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-04 16:02:07 +00:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make platform.mk: Add HOST_DISTRO_INFO 2026-03-03 05:32:47 +01:00
scripts create-mkdebian.sh: Fix Maintainer + Homepage 2026-03-04 14:45:38 +01:00
src lib.util.run_cmd(): Reduce interactive logging 2026-03-04 16:02:07 +00:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-176@suse-tumbleweed/x86_64 2026-03-04 14:14:46 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-176@suse-tumbleweed/x86_64 2026-03-04 14:14:46 +00:00
VERSION Start version: 1.0.0-176 2026-03-04 14:14:09 +00:00