jw-pkg/src/python/jw/pkg/cmds
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 3dc64050b5
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 5m36s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m45s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 5m36s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m34s
CI / Packaging test (push) Successful in 0s
cmds.projects.CmdRequiredOsPkg: Sort output
The list of OS packages printed by required-os-pkg is not reproducible: the
packages are collected in a set, and the set's iteration order depends on
the hash seed of the Python process, so two runs of the same invocation can
print the same packages in different orders.

Print the sorted list instead. The order of a package list is meaningless
to the package manager, and the output is now stable across runs and hash
seeds.

Signed-off-by: Jan Lindemann <jan@janware.com>
Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.86.1
2026-09-22 09:07:26 +02:00
..
pkg py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
platform App, lib, cmds: Fix mypy.explicit-override fallout 2026-08-07 18:02:26 +02:00
posix py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
projects cmds.projects.CmdRequiredOsPkg: Sort output 2026-09-22 09:07:26 +02:00
secrets py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
__init__.py lib.init.detect_modules(): Renovate signature 2026-06-06 23:08:28 +00:00
Cmd.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
CmdPkg.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdPlatform.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdPosix.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdProjects.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdSecrets.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
Makefile jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00