diff options
Diffstat (limited to 'git/modules')
-rw-r--r-- | git/modules | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/git/modules b/git/modules index d138b98..d1821ff 100644 --- a/git/modules +++ b/git/modules @@ -11,7 +11,8 @@ bdep \ brep \ libbbot \ bbot \ -libstd-modules" +libstd-modules \ +libbuild2-hello" # During release it is useful to exclude some of these so can do mass # commits (like version updates). @@ -26,7 +27,8 @@ modules="$modules openssl-agent" modules="$modules etc" modules="$modules private" -# We don't tag git/, and etc/, private/, build2-toolchain/ are tagged manually. +# We don't tag git/, libbuild2-hello. +# And etc/, private/, build2-toolchain/ are tagged manually. # tag_modules=" \ libbutl \ @@ -60,6 +62,7 @@ brep \ libbbot \ bbot \ libstd-modules \ +libbuild2-hello \ buildos \ msvc-linux \ openssl-agent" |