mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
fix: JANWARE_USER variable wasn't honoured in clone.done target
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1b5e66808a
commit
e8f2bf1afa
1 changed files with 1 additions and 5 deletions
|
|
@ -20,10 +20,6 @@ ifneq ($(PROJECTS),)
|
|||
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||
endif
|
||||
|
||||
ifneq ($(CLONE_FROM_USER),)
|
||||
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
|
||||
endif
|
||||
|
||||
ifneq ($(wildcard projects.txt),)
|
||||
PROJECTS = $(shell cat projects.txt | sed '/^ *\#/ d')
|
||||
# TODO: this could be nicer
|
||||
|
|
@ -49,7 +45,7 @@ ifeq ($(CVS_RSH),)
|
|||
export CVS_RSH
|
||||
endif
|
||||
|
||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" CLONE_FROM_USER="$(shell whoami)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
||||
PGIT = CLONE_PROJECTS="$(PROJECTS)" PGIT_CLONE_FROM_USER="$(JANWARE_USER)" /bin/bash $(firstword $(wildcard ./ytools/devutil/scripts/pgit.sh /opt/ytools/bin/pgit.sh))
|
||||
|
||||
EXCLUDE_FROM_BUILD = \
|
||||
dspider-btools \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue