Procházet zdrojové kódy

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.
Rene Rivera před 10 roky
rodič
revize
920ae13b59
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. 5 2
      .gitmodules

+ 5 - 2
.gitmodules

@@ -489,11 +489,11 @@
 [submodule "sort"]
 [submodule "sort"]
 	path = libs/sort
 	path = libs/sort
 	url = ../sort.git
 	url = ../sort.git
-	branch = master
+	fetchRecurseSubmodules = on-demand
 [submodule "convert"]
 [submodule "convert"]
 	path = libs/convert
 	path = libs/convert
 	url = ../convert.git
 	url = ../convert.git
-	branch = develop
+	fetchRecurseSubmodules = on-demand
 [submodule "endian"]
 [submodule "endian"]
 	path = libs/endian
 	path = libs/endian
 	url = ../endian.git
 	url = ../endian.git
@@ -505,6 +505,7 @@
 [submodule "dll"]
 [submodule "dll"]
 	path = libs/dll
 	path = libs/dll
 	url = ../dll.git
 	url = ../dll.git
+	fetchRecurseSubmodules = on-demand
 [submodule "compute"]
 [submodule "compute"]
 	path = libs/compute
 	path = libs/compute
 	url = ../compute.git
 	url = ../compute.git
@@ -512,6 +513,8 @@
 [submodule "libs/hana"]
 [submodule "libs/hana"]
 	path = libs/hana
 	path = libs/hana
 	url = ../hana.git
 	url = ../hana.git
+	fetchRecurseSubmodules = on-demand
 [submodule "libs/metaparse"]
 [submodule "libs/metaparse"]
 	path = libs/metaparse
 	path = libs/metaparse
 	url = ../metaparse.git
 	url = ../metaparse.git
+	fetchRecurseSubmodules = on-demand

粤ICP备19079148号