Build and packaging library
  • Python 55%
  • Makefile 32.6%
  • Shell 12.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 24fec38f75
rules.mk, projects-dir.mk: Add git-log targets
The git targets of the workspace Makefile cover push, diff, and status, but
not history: inspecting commits means running git log by hand in a project
directory, and no target shows the history of all projects of a tree at
once.

Add git-log targets at both levels; the target suffix is passed to git log
as-is, so make git-log-5 asks for the last five commits.

- git-log-% in projects-dir.mk runs pgit.sh log over every project of the
  tree, one section per project
- git-log-% in rules.mk runs git log -$* in the current project directory
- git-log-tree-% in rules.mk runs git-log-$* in $(PROJECTS_DIR), giving the
  whole-tree view from inside a project; it prints a notice if PROJECTS_DIR
  is missing

Signed-off-by: Jan Lindemann <jan@janware.com>
Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.85.1
2026-09-16 18:16:17 +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: Set isort include_trailing_comma 2026-09-14 21:37:01 +02:00
doc doc: Add subdir 2026-08-19 20:51:11 +02:00
make rules.mk, projects-dir.mk: Add git-log targets 2026-09-16 18:16:17 +02:00
scripts calculate_hash(): Derive hash from VCS file ids 2026-09-16 14:44:59 +02:00
src lib.version.Dependency.__version_boundaries(): Use Version.next() 2026-09-15 21:43:47 +02:00
test lib.version.Dependency.__version_boundaries(): Use Version.next() 2026-09-15 21:43:47 +02:00
.gitignore gitignore: Fix duplicates and typos 2026-09-14 21:10:58 +02:00
HASH Release 1.0.0-266@suse-tumbleweed/x86_64 2026-09-15 23:34:30 +00:00
Makefile .gitignore: Run make gitignore 2026-09-13 23:09:26 +02:00
RELEASES Release 1.0.0-266@suse-tumbleweed/x86_64 2026-09-15 23:34:30 +00:00
VERSION Start version: 1.0.0-266 2026-09-15 23:10:04 +00:00