diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 08:30:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-06-19 08:30:01 +0200 |
commit | 9939f1721a3bf4fca69ae87bc7bd9fc8ac407f83 (patch) | |
tree | 9714aa5ceae7573bd14e097ffe58e126cf4c4078 /review | |
parent | 1e25707eecaf91a29072018cb73ecae668388afb (diff) |
Updates for 0.17.0 releasev0.17.0
Diffstat (limited to 'review')
-rwxr-xr-x | review | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # usage="usage: $0" -modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util brep libbbot bbot build2-toolchain libbuild2-kconfig libbuild2-autoconf" +modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-util bdep bdep-util brep libbbot bbot build2-toolchain libbuild2-kconfig libbuild2-autoconf libbuild2-qt" owd=`pwd` trap "{ cd $owd; exit 1; }" ERR @@ -23,7 +23,7 @@ for m in $modules; do # Exclude submodules in build2-toolchain. # if [ $m = "build2-toolchain" ]; then - exclude="$exclude submodules bdep bpkg build2 libbutl libbpkg libodb libodb-sqlite libsqlite3 libpkg-config libbuild2-kconfig libbuild2-autoconf" + exclude="$exclude submodules tests bdep bpkg build2 libbutl libbpkg libbuild2-kconfig libbuild2-autoconf libbuild2-qt" fi fo= |