mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Default PGIT_CLONE_FROM_USER to janware
Clone from user janware if JANWARE_USER is not defined. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fe81bd209e
commit
7d1ff5c6e6
1 changed files with 3 additions and 1 deletions
|
|
@ -93,8 +93,10 @@ endif
|
|||
|
||||
ifneq ($(CLONE_FROM_USER),)
|
||||
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
|
||||
else
|
||||
else ifneq ($(JANWARE_USER),)
|
||||
export PGIT_CLONE_FROM_USER = $(JANWARE_USER)
|
||||
else
|
||||
export PGIT_CLONE_FROM_USER = janware
|
||||
endif
|
||||
|
||||
ifneq ($(OFFLINE_PROJECTS),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue