diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-11 16:11:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-03-11 16:16:53 +0200 |
commit | ac38d78eb15c69447c8f7b12111fe35a2033ae47 (patch) | |
tree | aab0795c54b7766a4fd9ae8ba6fd741bf4cbdfab | |
parent | e7ccd43b9faee379a0e6bb8838894cd5c4313518 (diff) |
Adjust with new libsqlite3 repository
-rw-r--r-- | .gitmodules | 7 | ||||
l---------[m---------] | libsqlite3 | 1 | ||||
m--------- | sqlite | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index fb4d303..be801fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,10 +16,6 @@ [submodule "doc/style"] path = doc/style url = ../style.git -[submodule "libsqlite3"] - path = libsqlite3 - url = https://git.build2.org/packaging/sqlite/libsqlite3.git - update = none [submodule "libodb"] path = libodb url = https://scm.codesynthesis.com/odb/libodb.git @@ -32,3 +28,6 @@ path = libpkgconf url = https://git.build2.org/packaging/pkgconf/libpkgconf.git update = none +[submodule "sqlite"] + path = sqlite + url = https://git.build2.org/packaging/sqlite/sqlite.git diff --git a/libsqlite3 b/libsqlite3 -Subproject aa5ecc3b21bf88c5b9b9c17912e4efbd96eeab3 diff --git a/sqlite b/sqlite new file mode 160000 +Subproject 3d3a63d289cdaa8bc4d4a3820d499ea5a3205b4 |