mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
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:
parent
1187c10c86
commit
e1a4746ad5
2 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue