From 927d3bcb5bb380bdd5928c2d9fa8c5609a3316ca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 Jul 2023 08:17:03 +0200 Subject: Updates for 0.16.0 release --- git/modules | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) (limited to 'git/modules') 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" -- cgit v1.1