mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 15:23:54 +01:00
projects-dir.mk: Allow external CVS_RSH
Last commits on projects-dir.mk and projs-dir.mk disallowed redefinition of CVS_RSH, which is bad for automatic build, undo that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c14c611c3f
commit
964390c79d
1 changed files with 5 additions and 2 deletions
|
|
@ -47,12 +47,15 @@ ifeq ($(JANWARE_USER),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
export CVSROOT = :ext:$(JANWARE_USER)@cvs.jannet.de:/home/jannet/arc/cvs
|
export CVSROOT = :ext:$(JANWARE_USER)@cvs.jannet.de:/home/jannet/arc/cvs
|
||||||
export CVS_RSH = ssh
|
|
||||||
|
ifeq ($(CVS_RSH),)
|
||||||
|
export CVS_RSH = ssh
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(CLONE_FROM_USER),)
|
ifneq ($(CLONE_FROM_USER),)
|
||||||
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
|
export PGIT_CLONE_FROM_USER = $(CLONE_FROM_USER)
|
||||||
else
|
else
|
||||||
export PGIT_CLONE_FROM_USER=$(JANWARE_USER)
|
export PGIT_CLONE_FROM_USER = $(JANWARE_USER)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ------------ commands
|
# ------------ commands
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue