Jan Lindemann
193c2ee0bd
py-topdir.mk: PY_CHECK_ROOTS: Don't += assign
...
py-topdir.mk has this:
ifndef PY_CHECK_ROOTS
PY_CHECK_ROOTS += ...
endif
That is too involved: Either PY_CHECK_ROOTS is defined, then nothing
is appended, or it's undefined, then a simple "=" would be just fine.
Use that instead.
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-07-22 12:34:05 +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
py-topdir.mk: PY_CHECK_ROOTS: Don't += assign
2026-07-22 12:34:05 +02:00
scripts
create-mkspec.sh: Tolerate comma-separated subpackages
2026-07-22 11:06:58 +02:00
src
cmds.projects.CmdPythonpath: Reverse PYTHONPATH
2026-07-22 12:01:30 +02:00
test
cmds.CmdPlatform: Fix typo "comamnds" -> "commands"
2026-07-22 11:06:58 +02:00
.gitignore
test: Add subdirectory with integration test
2026-06-25 14:40:53 +02:00
HASH
Release 1.0.0-247@suse-tumbleweed/x86_64
2026-07-05 23:29:56 +00:00
Makefile
$(TOPDIR)/Makefile: include py-topdir.mk
2026-05-31 18:20:35 +02:00
RELEASES
Release 1.0.0-247@suse-tumbleweed/x86_64
2026-07-05 23:29:56 +00:00
VERSION
Start version: 1.0.0-247
2026-07-05 23:10:17 +00:00