diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:14:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-04 07:14:34 +0200 |
commit | ec050b2f1a1a1e51692251d3a7687e48c226fff5 (patch) | |
tree | 4601d8d4c8060486a5170a0b49c6762d69feb2c1 /git | |
parent | 0d7d9b481d8dff60c96b20967bc6e30aa388b3c5 (diff) |
Updates during the 0.2.0 release0.2.0
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/git/modules b/git/modules index ffac205..76c1176 100644 --- a/git/modules +++ b/git/modules @@ -1,6 +1,5 @@ modules=" \ git \ -etc \ private \ libbutl \ build2 \ @@ -8,3 +7,18 @@ libbpkg \ bpkg \ brep \ build2-toolchain" + +# During release it is useful to exclude etc/ so can +# do mass commits (like version updates). +# +modules="$modules etc" + +# We don't tag etc/ and private/. +# +tag_modules=" \ +libbutl \ +build2 \ +libbpkg \ +bpkg \ +brep \ +build2-toolchain" |