diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-05 14:26:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-05-05 14:26:14 +0200 |
commit | b22f2f86d4a7166b7098fc82944a198e6ad63748 (patch) | |
tree | 5e52471866323e253d3d53a07a24710ccc8273d6 /git | |
parent | 56c433b914d65ccf9b9c53a78562452475353e8d (diff) |
Updates for 0.5.0 release0.5.0
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/git/modules b/git/modules index 39ac99a..b512991 100644 --- a/git/modules +++ b/git/modules @@ -1,6 +1,5 @@ modules=" \ git \ -private \ change \ libbutl \ build2 \ @@ -9,15 +8,17 @@ bpkg \ brep \ libbbot \ bbot \ -buildos" +buildos \ +msvc-linux" # During release it is useful to exclude etc/ and/or build2-toolchain so # can do mass commits (like version updates). # -modules="$modules build2-toolchain" modules="$modules etc" +modules="$modules private" +modules="$modules build2-toolchain" -# We don't tag etc/ and private/. +# We don't tag git/, etc/, and private/. # tag_modules=" \ libbutl \ @@ -28,9 +29,10 @@ brep \ libbbot \ bbot \ buildos \ +msvc-linux \ build2-toolchain" -# build2-toolchain has to be done manually. +# Submodule update in build2-toolchain has to be done manually. # sub_modules=" \ private \ @@ -41,4 +43,5 @@ bpkg \ brep \ libbbot \ bbot \ -buildos" +buildos \ +msvc-linux" |