From a372678cd9eea9947bd588bc7e74cd66d3a1b220 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Aug 2020 10:50:42 +0200 Subject: Add bdep-util git module --- git/modules | 3 +++ review | 2 +- stage | 1 + version | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/git/modules b/git/modules index 1e184cb..2d6237c 100644 --- a/git/modules +++ b/git/modules @@ -8,6 +8,7 @@ libbpkg \ bpkg \ bpkg-rep \ bdep \ +bdep-util \ brep \ libbbot \ bbot \ @@ -39,6 +40,7 @@ libbpkg \ bpkg \ bpkg-rep \ bdep \ +bdep-util \ brep \ libbbot \ bbot \ @@ -59,6 +61,7 @@ libbpkg \ bpkg \ bpkg-rep \ bdep \ +bdep-util \ brep \ libbbot \ bbot \ diff --git a/review b/review index 8a46b4e..f1d4c5b 100755 --- a/review +++ b/review @@ -6,7 +6,7 @@ # usage="usage: $0" -modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep brep libbbot bbot libstd-modules build2-toolchain" +modules="libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep bdep-util brep libbbot bbot libstd-modules build2-toolchain" owd=`pwd` trap "{ cd $owd; exit 1; }" ERR diff --git a/stage b/stage index e5bbf7f..3ed0d46 100755 --- a/stage +++ b/stage @@ -322,6 +322,7 @@ etc/stage-pkg -c $mode build2 \ bpkg \ bpkg-rep \ bdep \ + bdep-util \ libbbot \ brep \ bbot \ diff --git a/version b/version index 9830fe1..1c53122 100755 --- a/version +++ b/version @@ -29,7 +29,7 @@ xml_mods=(libstudxml) # !!! NOTE: libpkgconf version constraint in build2 is updated manually. # !!! NOTE: libcmark version constraint in brep is updated manually. -all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos) +all=(libstd-modules libbutl libbutl.bash build2 libbpkg bpkg bpkg-rep bdep bdep-util libbbot bbot brep build2-toolchain msvc-linux openssl-agent buildos) # In manifests for alpha/beta we use an exact match. For snapshots -- snapshot # range. Otherwise an X.Y.* range. -- cgit v1.1