Build and packaging library
  • Python 50.6%
  • Makefile 36.1%
  • Shell 13.3%
Find a file
Jan Lindemann 9c8a09d696
App: Use ProjectConf

Refactor App to use the new ProjectConf module for parsing make/project.conf files.

This commit

- removes the inline ad-hoc read_value() method and its nested helper functions, replacing them with ProjectConf's get_str_or_none() API.
- introduces two cached helper methods (__read_project_conf() and __get_project_conf()) to read and cache ProjectConf instances per project.
- updates get_value() to delegate to ProjectConf and moves the proj_dir lookup to only run in the version branch where it is needed.
- updates the topdir init to use __read_project_conf() with a FileNotFoundError catch for optional config files.
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-06-30 12:46:48 +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 conf/templates: Fix installation 2026-06-11 13:30:43 +02:00
make test-jw-pkg.mk: Add file 2026-06-25 14:38:22 +02:00
scripts purge-stale-projects.sh: Fix getopt regression 2026-06-30 07:36:15 +02:00
src App: Use ProjectConf 2026-06-30 12:46:48 +02:00
test test: ProjectConf: Add unit tests 2026-06-30 12:46:42 +02:00
.gitignore test: Add subdirectory with integration test 2026-06-25 14:40:53 +02:00
HASH Release 1.0.0-244@suse-tumbleweed/x86_64 2026-06-25 23:26:19 +00:00
Makefile $(TOPDIR)/Makefile: include py-topdir.mk 2026-05-31 18:20:35 +02:00
RELEASES Release 1.0.0-244@suse-tumbleweed/x86_64 2026-06-25 23:26:19 +00:00
VERSION Start version: 1.0.0-244 2026-06-25 23:09:03 +00:00