diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-08 15:32:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-08-08 15:32:02 +0200 |
commit | 5c138ea1178b53d6cf2d6c80032e1762d51e4ea1 (patch) | |
tree | f8751516e5d0b38f27ebc890e58af8401315e12d /git | |
parent | 6080bd9453345c1ed46adbace47ff7029ecefe52 (diff) |
Update for 0.6.0 release0.6.0
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/git/modules b/git/modules index 6b018fe..3f822ad 100644 --- a/git/modules +++ b/git/modules @@ -8,16 +8,18 @@ bpkg \ brep \ libbbot \ bbot \ -libstd-modules \ -buildos \ -msvc-linux" +libstd-modules" -# During release it is useful to exclude etc/ and/or build2-toolchain so -# can do mass commits (like version updates). +# During release it is useful to exclude some of these so can do mass +# commits (like version updates). # +modules="$modules build2-toolchain" + +modules="$modules buildos" +modules="$modules msvc-linux" + modules="$modules etc" modules="$modules private" -modules="$modules build2-toolchain" # We don't tag git/, etc/, and private/. # @@ -30,9 +32,9 @@ brep \ libbbot \ bbot \ libstd-modules \ -buildos \ msvc-linux \ -build2-toolchain" +build2-toolchain \ +buildos" # Submodule update in build2-toolchain has to be done manually. # |