diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 08:17:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-05 08:17:03 +0200 |
commit | 927d3bcb5bb380bdd5928c2d9fa8c5609a3316ca (patch) | |
tree | 9c9420fce836dc3a376af8330367cb85416e1e4d /git/modules | |
parent | 4363ecc4da16cd0e69c3e3d6abd5fadc2c69bd99 (diff) |
Updates for 0.16.0 releasev0.16.0
Diffstat (limited to 'git/modules')
-rw-r--r-- | git/modules | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/git/modules b/git/modules index 4975ad2..415c795 100644 --- a/git/modules +++ b/git/modules @@ -1,21 +1,22 @@ -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" +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). @@ -31,7 +32,7 @@ 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=" \ @@ -70,6 +71,8 @@ libbuild2-hello \ libbuild2-rust \ libbuild2-kconfig \ libbuild2-autoconf \ +libbuild2-qt \ buildos \ msvc-linux \ -openssl-agent" +openssl-agent \ +libpkg-config" |