diff options
-rw-r--r-- | git/modules | 3 | ||||
-rwxr-xr-x | review | 2 | ||||
-rwxr-xr-x | stage | 1 | ||||
-rwxr-xr-x | 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 \ @@ -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 @@ -322,6 +322,7 @@ etc/stage-pkg -c $mode build2 \ bpkg \ bpkg-rep \ bdep \ + bdep-util \ libbbot \ brep \ bbot \ @@ -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. |