jw-pkg/src/python/jw/pkg/cmds
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 41ca202142
cmds.projects.CmdBuild: Support --dep-flavours
CmdBuild supports the targets all, clean and pkg-*. It uses builtin
dependency flavours matching those targets to resolve build order. To
make it more flexible in general, and allow it to support more
targets, e.g. "check" and "test", this commit adds a --dep-flavours
option.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-07-24 13:35:27 +02:00
..
pkg cmds.pkg.CmdInstall + cmds.posix.CmdCopy: Fix help 2026-06-24 21:23:22 +02:00
platform lib.init.detect_modules(): Renovate signature 2026-06-06 23:08:28 +00:00
posix cmds.pkg.CmdInstall + cmds.posix.CmdCopy: Fix help 2026-06-24 21:23:22 +02:00
projects cmds.projects.CmdBuild: Support --dep-flavours 2026-07-24 13:35:27 +02:00
secrets lib.DistroContext: Remove dead code from install() 2026-07-04 07:25:09 +02:00
__init__.py lib.init.detect_modules(): Renovate signature 2026-06-06 23:08:28 +00:00
Cmd.py lib.Cmd.AbstractCmd.aliases: Add property 2026-06-25 09:50:19 +02:00
CmdPkg.py cmds.CmdPkg: Rename pkg -> packages 2026-06-25 09:50:19 +02:00
CmdPlatform.py cmds.CmdPlatform: Fix typo "comamnds" -> "commands" 2026-07-22 11:06:58 +02:00
CmdPosix.py cmds.xxx .CmdXxx._run(): Add print_help() 2026-06-02 13:17:22 +02:00
CmdProjects.py cmds.xxx .CmdXxx._run(): Add print_help() 2026-06-02 13:17:22 +02:00
CmdSecrets.py cmds.xxx .CmdXxx._run(): Add print_help() 2026-06-02 13:17:22 +02:00
Makefile jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00