diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:38:08 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-10-15 14:38:08 +0200 |
commit | 6f57674600977e8e69edc1ad2268835dbe8364c5 (patch) | |
tree | 9c1dacb7fb8c041519e877985505deec0ebfaa0f /git | |
parent | b98ad74283dd8d4ff98bfd05ec23d519bb437d06 (diff) |
Adjust to bpkg-rep to bpkg-util rename, add kconfig
Diffstat (limited to 'git')
-rw-r--r-- | git/modules | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/git/modules b/git/modules index 2d6237c..ca1841c 100644 --- a/git/modules +++ b/git/modules @@ -6,7 +6,7 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ -bpkg-rep \ +bpkg-util \ bdep \ bdep-util \ brep \ @@ -14,7 +14,8 @@ libbbot \ bbot \ libstd-modules \ libbuild2-hello \ -libbuild2-rust" +libbuild2-rust \ +libbuild2-kconfig" # During release it is useful to exclude some of these so can do mass # commits (like version updates). @@ -38,7 +39,7 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ -bpkg-rep \ +bpkg-util \ bdep \ bdep-util \ brep \ @@ -59,7 +60,7 @@ libbutl.bash \ build2 \ libbpkg \ bpkg \ -bpkg-rep \ +bpkg-util \ bdep \ bdep-util \ brep \ @@ -68,6 +69,7 @@ bbot \ libstd-modules \ libbuild2-hello \ libbuild2-rust \ +libbuild2-kconfig \ buildos \ msvc-linux \ openssl-agent" |