From 920ae13b59825067b3c49efa33782875f88ed0de Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 4 Mar 2016 10:03:59 -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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a1fc53b1ea..7e33c2e071 100644 --- a/.gitmodules +++ b/.gitmodules @@ -489,11 +489,11 @@ [submodule "sort"] path = libs/sort url = ../sort.git - branch = master + fetchRecurseSubmodules = on-demand [submodule "convert"] path = libs/convert url = ../convert.git - branch = develop + fetchRecurseSubmodules = on-demand [submodule "endian"] path = libs/endian url = ../endian.git @@ -505,6 +505,7 @@ [submodule "dll"] path = libs/dll url = ../dll.git + fetchRecurseSubmodules = on-demand [submodule "compute"] path = libs/compute url = ../compute.git @@ -512,6 +513,8 @@ [submodule "libs/hana"] path = libs/hana url = ../hana.git + fetchRecurseSubmodules = on-demand [submodule "libs/metaparse"] path = libs/metaparse url = ../metaparse.git + fetchRecurseSubmodules = on-demand