mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
Remove /srv/git from janware Git URLs
git.janware.com has /srv/git removed from its Git URLs, follow suit. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1b2ebab33a
commit
d8653ac486
4 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ ifeq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(findstring ssh://git.janware.com/srv/git,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
ifneq ($(findstring ssh://git.janware.com/,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
$(warning Using janware private SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
||||
PROJECTS_DIR_REMOTE_USER_SUBPATH ?= /proj
|
||||
else ifneq ($(findstring ssh://git.janware.com,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue