diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-26 10:50:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-26 10:50:42 +0200 |
commit | a372678cd9eea9947bd588bc7e74cd66d3a1b220 (patch) | |
tree | 1db402a02a7bd4629c89d0d458f185968ce9d816 | |
parent | aeecc4580be04b1a835334c0e1a8a93f548d8ef3 (diff) |
Add bdep-util git module
-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. |