diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-28 08:09:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-28 08:09:59 +0200 |
commit | 53bc4e567cf90ee8c7a4f14077d4e58a096b41e6 (patch) | |
tree | cf51ffc8981bdccfcf027663b07d7d194d8394c7 /git | |
parent | 4585375ae8c891242640fc9628e1475c78925fdf (diff) |
Update git/modules
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/git/modules b/git/modules index ed8c356..a793829 100644 --- a/git/modules +++ b/git/modules @@ -6,6 +6,7 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ +bpkg-rep \ bdep \ brep \ libbbot \ @@ -20,9 +21,10 @@ modules="$modules build2-toolchain" modules="$modules buildos" modules="$modules msvc-linux" +modules="$modules openssl-agent" -modules="$modules etc" -modules="$modules private" +#modules="$modules etc" +#modules="$modules private" # We don't tag git/, etc/, and private/. # @@ -32,16 +34,19 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ +bpkg-rep \ bdep \ brep \ libbbot \ bbot \ libstd-modules \ msvc-linux \ +openssl-agent \ build2-toolchain \ buildos" # Submodule update in build2-toolchain has to be done manually. +# As well as in private. # sub_modules=" \ private \ @@ -50,10 +55,12 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ +bpkg-rep \ bdep \ brep \ libbbot \ bbot \ libstd-modules \ buildos \ -msvc-linux" +msvc-linux \ +openssl-agent" |