projects-dir.mk: Disable --create-remote-user-repos
--create-remote-user-repos had been disabled in
4053451bfdon the grounds that it's hard to test and possibly superflous. It actually is not superfluous, as devops builds show, and that's a valid test-case, so re-enable it.Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
31108fc608
commit
82b875cde9
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ ifneq ($(OFFLINE_PROJECTS),)
|
|||
export PGIT_IGNORE = $(OFFLINE_PROJECTS)
|
||||
endif
|
||||
ifneq ($(JANWARE_USER),)
|
||||
#PGIT_SH_CLONE_DEFAULT += --create-remote-user-repos
|
||||
PGIT_SH_CLONE_DEFAULT += --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