Build and packaging library
  • Python 54.1%
  • Makefile 33.7%
  • Shell 12.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann b35d61311c
App: Support --topdir-format "relative"
The global --topdir-format option governs how a project's root
directory is represented in paths output by various queries.
"absolute" means as absolute path, "unaltered" means verbatim as
specified via --topdir, make:xyz means replaced by the string $(xyz),
for later expansion in a makefile variable.

This commit adds another variant: "relative" yields the shortest
possible output format of the output path in question relative to
--topdir, with "shortest possible" in this context meaning
canonicalized and leading "./" stripped.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-11 12:18:37 +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 pyproject.toml: Add {mypypath} 2026-06-09 07:52:15 +02:00
make py-topdir.mk: Add machinery to generate pyproject.toml 2026-06-09 07:52:15 +02:00
scripts jw-pkg-create-project.sh: Gitignore .cache-project.mk 2026-06-08 20:25:15 +02:00
src App: Support --topdir-format "relative" 2026-06-11 12:18:37 +02:00
.gitignore Everywhere: Rename package "jw-build" to "jw-pkg" 2025-11-28 13:35:56 +01:00
HASH Release 1.0.0-237@suse-tumbleweed/x86_64 2026-06-10 23:29:28 +00:00
Makefile $(TOPDIR)/Makefile: include py-topdir.mk 2026-05-31 18:20:35 +02:00
RELEASES Release 1.0.0-237@suse-tumbleweed/x86_64 2026-06-10 23:29:28 +00:00
VERSION Start version: 1.0.0-237 2026-06-10 23:09:31 +00:00