jw-pkg/src/python/jw/pkg/cmds
Jan Lindemann 7e7cee6d11 cmds.distro: Move all modules to lib

Functions abstracting the distribution are not only needed in the context of the distro subcommand, but also by other code, so make the bulk of the code abstracting the distribution available in some place more universally useful than below cmds.distro.

This commit leaves the source files mostly unchanged. They are only patched to fix import paths, so that functionality is preserved. Refactoring the code from command-line API to library API will be done by the next commit.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-03-06 12:06:28 +01:00
..
distro cmds.distro: Move all modules to lib 2026-03-06 12:06:28 +01:00
projects jw.pkg.*.run_xxx(): Return exit status 2026-03-03 11:23:30 +01:00
__init__.py jw.pkg.cmds.distro: Add directory 2026-01-28 18:08:48 +01:00
Cmd.py jw.pkg.cmds.Cmd._add_subcommands(): Generic detection 2026-02-24 14:53:17 +01:00
CmdDistro.py cmds.DistroBase: Add class 2026-03-06 12:06:28 +01:00
CmdProjects.py jw-pkg.sh: Print help for missing subcommands 2026-02-24 14:52:25 +01:00
DistroBase.py cmds.DistroBase: Add class 2026-03-06 12:06:28 +01:00
Makefile jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00