mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects-dir.mk: Disable --create-remote-user-repos
--create-remote-user-repos had been disabled in
4053451bfd on 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)
|
export PGIT_IGNORE = $(OFFLINE_PROJECTS)
|
||||||
endif
|
endif
|
||||||
ifneq ($(JANWARE_USER),)
|
ifneq ($(JANWARE_USER),)
|
||||||
#PGIT_SH_CLONE_DEFAULT += --create-remote-user-repos
|
PGIT_SH_CLONE_DEFAULT += --create-remote-user-repos
|
||||||
endif
|
endif
|
||||||
ifneq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
ifneq ($(origin PROJECTS_DIR_REMOTE_BASE),undefined)
|
||||||
PGIT_SH += --remote-base $(PROJECTS_DIR_REMOTE_BASE)
|
PGIT_SH += --remote-base $(PROJECTS_DIR_REMOTE_BASE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue