Build and packaging library
  • Python 44.5%
  • Makefile 40.5%
  • Shell 15%
Find a file
Jan Lindemann e104fa2e46 jw.pkg.lib.util.run_cmd(): Add output_encoding
Add a parameter "output_encoding" to run_cmd(). The parameter allows
the caller to specify if the output encoding should be detected as is
by passing None (the default), if the output should be returned as
undecoded bytes by passing the special string "bytes", or if the
output should be treated as the encoding with the specified name and
decoded to strings.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-02-18 13:38:12 +01:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
make rpmdist.mk: Add target pull-maintainer 2026-02-18 01:20:26 +01:00
scripts pkg.sh: Fix rpmbuild %attr(links) warning 2026-02-18 11:00:35 +01:00
src jw.pkg.lib.util.run_cmd(): Add output_encoding 2026-02-18 13:38:12 +01:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-165@suse-tumbleweed/x86_64 2026-02-18 00:52:25 +00:00
Makefile $(TOPDIR)/Makefile: Remove superfluous SUBDIRS 2025-11-14 13:39:52 +01:00
RELEASES Release 1.0.0-165@suse-tumbleweed/x86_64 2026-02-18 00:52:25 +00:00
VERSION Start version: 1.0.0-165 2026-02-18 00:51:53 +00:00