From 82b875cde968f2c8069e0f90e7e81b88a52e52b2 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Sat, 13 Dec 2025 09:05:11 +0100 Subject: [PATCH] projects-dir.mk: Disable --create-remote-user-repos --create-remote-user-repos had been disabled in 4053451bfdae3d7a908a17593f3a01065c1564ad 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 --- 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 6cd599e7..4c8ef4d0 100644 --- a/make/projects-dir.mk +++ b/make/projects-dir.mk @@ -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)