mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir-minimal.mk: Fix get-user-info infocation
jw-python is invoked with -t (topdir) instead of -p (prefix) for JANWARE_USER detection, fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
f750b2cf05
commit
6d7d18d9bd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ JWBDIR ?= jw-build
|
||||||
|
|
||||||
ifeq ($(JANWARE_USER),)
|
ifeq ($(JANWARE_USER),)
|
||||||
ifneq ($(wildcard $(JWBDIR)),)
|
ifneq ($(wildcard $(JWBDIR)),)
|
||||||
JANWARE_USER := $(shell /usr/bin/python3 $(JWBDIR)/scripts/jw-projects.py -t . get-auth-info --username --only-values)
|
JANWARE_USER := $(shell /usr/bin/python3 $(JWBDIR)/scripts/jw-projects.py -p . get-auth-info --username --only-values)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
ifeq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue