Build and packaging library
  • Python 50.6%
  • Makefile 36.1%
  • Shell 13.3%
Find a file
Jan Lindemann 45f8e8cc89
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m14s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m20s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 3m45s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 3m52s
CI / Packaging test (push) Successful in 0s
test + python-tools.sh: Fix toplevel "make all" fallout

After a pipeline change, CI now runs "make all" in a repo's root, which uncovers two problems:

1. The help integration test only succeeded as long CI didn't run "make all" before "make test". That way, the checked out repository lacked the generated __init__.py files needed for some modular subcommands to be fully loaded, and hence, the test should have failed. The entire machinery only worked because the subcommands in question are not not essential to building jw-pkg itself: "secrets" and "posix". So, this commit adapts the help integration test to the new reality.

2. Regarding python-tools.sh: Commit 55060486 satisfies yapf in some places of the source code, but in others not anylonger. So patch python-tools.sh's newline handling again.

While not thematically similar, both fixes get baked into one commit to satisfy the requirement that every single commit needs to pass "make clean all check test" individually.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-25 18:28:36 +02:00
.github/workflows ci.yaml: test-packaging.yaml@{master-test -> master} 2026-06-08 19:43:15 +02:00
bin bin, make, scripts: Re-add files necessary for packaging jw-build 2025-11-14 11:22:50 +01:00
conf conf/templates: Fix installation 2026-06-11 13:30:43 +02:00
make test-jw-pkg.mk: Add file 2026-06-25 14:38:22 +02:00
scripts test + python-tools.sh: Fix toplevel "make all" fallout 2026-06-25 18:28:36 +02:00
src cmds.CmdPkg: Rename pkg -> packages 2026-06-25 09:50:19 +02:00
test test + python-tools.sh: Fix toplevel "make all" fallout 2026-06-25 18:28:36 +02:00
.gitignore test: Add subdirectory with integration test 2026-06-25 14:40:53 +02:00
HASH Release 1.0.0-243@suse-tumbleweed/x86_64 2026-06-24 23:33:33 +00:00
Makefile $(TOPDIR)/Makefile: include py-topdir.mk 2026-05-31 18:20:35 +02:00
RELEASES Release 1.0.0-243@suse-tumbleweed/x86_64 2026-06-24 23:33:33 +00:00
VERSION Start version: 1.0.0-243 2026-06-24 23:09:33 +00:00