projects-dir-minimal.mk: Use get-auth-info for JANWARE_USER

Default JANWARE_USER to the user retrieved by jw-projects.py get-auth-info.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-11-19 08:37:07 +01:00
commit e1a4746ad5
2 changed files with 9 additions and 3 deletions

View file

@ -35,7 +35,7 @@ PROJECTS_TXT ?= projects.txt
JW_BUILD_VERBOSE ?= false
BASE_PKGS = git make sudo time xdg-utils python3
PREREQ_RELEASE ?= pull
ifneq ($(origin JANWARE_USER),undefined)
ifneq ($(JANWARE_USER),)
export JANWARE_USER
endif