From f6d4834fd1281b300b8152c93747648f0d029a2e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 4 Mar 2016 10:09:00 -0600 Subject: [PATCH] Make all submods defs consistent. Some modules did not have on-demand fetch which was causing them to not be fetched during the release archives builds. --- .gitmodules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 6b146bbb09..eb41d7b5c2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -489,7 +489,7 @@ [submodule "convert"] path = libs/convert url = ../convert.git - branch = develop + fetchRecurseSubmodules = on-demand [submodule "endian"] path = libs/endian url = ../endian.git @@ -497,6 +497,7 @@ [submodule "tools/bpm"] path = tools/bpm url = ../bpm.git + fetchRecurseSubmodules = on-demand [submodule "sort"] path = libs/sort url = ../sort.git @@ -508,15 +509,20 @@ [submodule "libs/vmd"] path = libs/vmd url = ../vmd.git + fetchRecurseSubmodules = on-demand [submodule "libs/compute"] path = libs/compute url = ../compute.git + fetchRecurseSubmodules = on-demand [submodule "libs/dll"] path = libs/dll url = ../dll.git + fetchRecurseSubmodules = on-demand [submodule "libs/metaparse"] path = libs/metaparse url = ../metaparse.git + fetchRecurseSubmodules = on-demand [submodule "libs/hana"] path = libs/hana url = ../hana.git + fetchRecurseSubmodules = on-demand