make / scripts: git.janware.com -> devgit.janware.com
janware upstream development server moved from git.janware.com to devgit.janware.com. This commit follows the move with pretty much a simple
s/git.janware.com/devgit.janware.com/over jw-pkg. It found 14 matches, that's pretty bad.
FIXME: Reduce the redundancy, or, better, replace the devgit.janware.com goodies by a more generally useful concept altogether.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
b37667d4df
commit
f6f6e56943
7 changed files with 14 additions and 14 deletions
|
|
@ -29,10 +29,10 @@ ifeq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
|||
endif
|
||||
endif
|
||||
|
||||
ifneq ($(findstring ssh://git.janware.com/,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
ifneq ($(findstring ssh://devgit.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)),)
|
||||
else ifneq ($(findstring ssh://devgit.janware.com,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
$(warning Using janware SSH: $(PROJECTS_DIR_REMOTE_BASE))
|
||||
else ifneq ($(findstring https://,$(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
$(warning Using HTTPS: $(PROJECTS_DIR_REMOTE_BASE))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue