summaryrefslogtreecommitdiff
path: root/git/modules
diff options
context:
space:
mode:
Diffstat (limited to 'git/modules')
-rw-r--r--git/modules15
1 files changed, 9 insertions, 6 deletions
diff --git a/git/modules b/git/modules
index 39ac99a..b512991 100644
--- a/git/modules
+++ b/git/modules
@@ -1,6 +1,5 @@
modules=" \
git \
-private \
change \
libbutl \
build2 \
@@ -9,15 +8,17 @@ bpkg \
brep \
libbbot \
bbot \
-buildos"
+buildos \
+msvc-linux"
# During release it is useful to exclude etc/ and/or build2-toolchain so
# can do mass commits (like version updates).
#
-modules="$modules build2-toolchain"
modules="$modules etc"
+modules="$modules private"
+modules="$modules build2-toolchain"
-# We don't tag etc/ and private/.
+# We don't tag git/, etc/, and private/.
#
tag_modules=" \
libbutl \
@@ -28,9 +29,10 @@ brep \
libbbot \
bbot \
buildos \
+msvc-linux \
build2-toolchain"
-# build2-toolchain has to be done manually.
+# Submodule update in build2-toolchain has to be done manually.
#
sub_modules=" \
private \
@@ -41,4 +43,5 @@ bpkg \
brep \
libbbot \
bbot \
-buildos"
+buildos \
+msvc-linux"