mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
projects-dir.mk: Disable --create-remote-user-repos
Creating user repositories is hard to test. Not sure if the concept will survive the current workflow changes, disable it for now. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
9283479489
commit
4053451bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ ifneq ($(OFFLINE_PROJECTS),)
|
|||
export PGIT_IGNORE = $(OFFLINE_PROJECTS)
|
||||
endif
|
||||
ifneq ($(JANWARE_USER),)
|
||||
PGIT_SH_CLONE += --create-remote-user-repos
|
||||
#PGIT_SH_CLONE += --create-remote-user-repos
|
||||
endif
|
||||
ifneq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
||||
PGIT_SH += --remote-base $(PROJECTS_DIR_REMOTE_BASE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue