Build and packaging library
  • Python 55%
  • Makefile 32.4%
  • Shell 12.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 1151104328
projects-dir.mk: Derive DEP_PROJECTS from the build order
DEP_PROJECTS is computed with pkg-requires --recursive, which follows
[pkg.requires.jw] only. That set does not match what the build actually
builds, and it omits seed projects that no other project of the closure
depends on.

Derive DEP_PROJECTS from projects build --build-order with the same
dependency flavours as make all, the very command the build-order make
target and the workspace mount closure (mount-projects-dir.sh) use.
DEP_PROJECTS is now exactly the build closure, so the file listings, the
text-files cache and the git helpers of a workspace cover the same project
set as make all.

Introduce the PKG_RELATIONS_BUILD variable, defaulting to requires, and
pass it through JW_PKG_PY_BUILD to every build invocation of the workspace,
so the relations of the build closure are a workspace property.

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:48:25 +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 run-success.mk: Record last successful run 2026-09-16 18:16:17 +02:00
doc doc: Add subdir 2026-08-19 20:51:11 +02:00
make projects-dir.mk: Derive DEP_PROJECTS from the build order 2026-09-22 09:48:25 +02:00
scripts scripts / make: Add Recommends support 2026-09-19 20:13:49 +02:00
src cmds.projects.CmdRequiredOsPkg: Add --pkg-relations 2026-09-22 09:48:25 +02:00
test cmds.projects.CmdRequiredOsPkg: Add --pkg-relations 2026-09-22 09:48:25 +02:00
.gitignore run-success.mk: Record last successful run 2026-09-16 18:16:17 +02:00
HASH Release 1.0.0-269@suse-tumbleweed/x86_64 2026-09-20 23:35:18 +00:00
Makefile .gitignore: Run make gitignore 2026-09-13 23:09:26 +02:00
RELEASES Release 1.0.0-269@suse-tumbleweed/x86_64 2026-09-20 23:35:18 +00:00
VERSION Start version: 1.0.0-269 2026-09-20 23:10:38 +00:00