From 4053451bfdae3d7a908a17593f3a01065c1564ad Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 20 Nov 2025 18:10:55 +0100 Subject: [PATCH] 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 --- make/projects-dir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/projects-dir.mk b/make/projects-dir.mk index 2b84d96c..08647bd9 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -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)