mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-18 21:13:56 +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)
|
export PGIT_CLONE_PROJECTS = $(PROJECTS)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(CLONE_FROM_USER),)
|
|
||||||
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(wildcard projects.txt),)
|
ifneq ($(wildcard projects.txt),)
|
||||||
PROJECTS = $(shell cat projects.txt | sed '/^ *\#/ d')
|
PROJECTS = $(shell cat projects.txt | sed '/^ *\#/ d')
|
||||||
# TODO: this could be nicer
|
# TODO: this could be nicer
|
||||||
|
|
@ -49,7 +45,7 @@ ifeq ($(CVS_RSH),)
|
||||||
export CVS_RSH
|
export CVS_RSH
|
||||||
endif
|
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 = \
|
EXCLUDE_FROM_BUILD = \
|
||||||
dspider-btools \
|
dspider-btools \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue