summaryrefslogtreecommitdiff
path: root/git/modules
diff options
context:
space:
mode:
Diffstat (limited to 'git/modules')
-rw-r--r--git/modules82
1 files changed, 46 insertions, 36 deletions
diff --git a/git/modules b/git/modules
index d1821ff..415c795 100644
--- a/git/modules
+++ b/git/modules
@@ -1,18 +1,22 @@
-modules=" \
-git \
-change \
-libbutl \
-libbutl.bash \
-build2 \
-libbpkg \
-bpkg \
-bpkg-rep \
-bdep \
-brep \
-libbbot \
-bbot \
-libstd-modules \
-libbuild2-hello"
+modules=" \
+git \
+change \
+libbutl \
+libbutl.bash \
+build2 \
+libbpkg \
+bpkg \
+bpkg-util \
+bdep \
+bdep-util \
+brep \
+libbbot \
+bbot \
+libbuild2-hello \
+libbuild2-rust \
+libbuild2-kconfig \
+libbuild2-autoconf \
+libbuild2-qt"
# During release it is useful to exclude some of these so can do mass
# commits (like version updates).
@@ -23,11 +27,12 @@ modules="$modules build2-toolchain"
modules="$modules buildos"
modules="$modules msvc-linux"
modules="$modules openssl-agent"
+modules="$modules libpkg-config"
modules="$modules etc"
modules="$modules private"
-# We don't tag git/, libbuild2-hello.
+# We don't tag git/, libbuild2-*.
# And etc/, private/, build2-toolchain/ are tagged manually.
#
tag_modules=" \
@@ -36,33 +41,38 @@ libbutl.bash \
build2 \
libbpkg \
bpkg \
-bpkg-rep \
+bpkg-util \
bdep \
+bdep-util \
brep \
libbbot \
bbot \
-libstd-modules \
msvc-linux \
openssl-agent \
buildos"
# Submodule update in build2-toolchain has to be done manually.
#
-sub_modules=" \
-etc \
-private \
-libbutl \
-libbutl.bash \
-build2 \
-libbpkg \
-bpkg \
-bpkg-rep \
-bdep \
-brep \
-libbbot \
-bbot \
-libstd-modules \
-libbuild2-hello \
-buildos \
-msvc-linux \
-openssl-agent"
+sub_modules=" \
+etc \
+private \
+libbutl \
+libbutl.bash \
+build2 \
+libbpkg \
+bpkg \
+bpkg-util \
+bdep \
+bdep-util \
+brep \
+libbbot \
+bbot \
+libbuild2-hello \
+libbuild2-rust \
+libbuild2-kconfig \
+libbuild2-autoconf \
+libbuild2-qt \
+buildos \
+msvc-linux \
+openssl-agent \
+libpkg-config"