mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Make CVS_RSH definition conditional
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
3ba891676d
commit
65de66dd10
1 changed files with 4 additions and 2 deletions
|
|
@ -44,8 +44,10 @@ ifeq ($(CVSROOT),)
|
|||
export CVSROOT
|
||||
endif
|
||||
|
||||
CVS_RSH = ssh
|
||||
export CVS_RSH
|
||||
ifeq ($(CVS_RSH),)
|
||||
CVS_RSH = ssh
|
||||
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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue