summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2016-03-04 10:03:59 -0600
committerRene Rivera <grafikrobot@gmail.com>2016-03-04 10:03:59 -0600
commit920ae13b59825067b3c49efa33782875f88ed0de (patch)
tree05943ea7fe13cbc2f79d65b68667abc28872099a /.gitmodules
parent7d4ada2bec3030459b15d86dd4d38d698a14a88b (diff)
downloadboost-920ae13b59825067b3c49efa33782875f88ed0de.tar.gz
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.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules7
1 files 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