summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:15:09 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-24 19:46:18 +0300
commitc13a5094b17f0e1ad58a9ac6e709abdc5cfaaf55 (patch)
tree6face21af883c7c0adf16fd3d2c15abd9544dc8c
parentba80b1f8c8354103bb98d31e252c64254f288273 (diff)
Add libodb-sqlite package to repository
-rw-r--r--README-GIT4
l---------libodb-sqlite/NEWS1
-rw-r--r--libodb-sqlite/manifest4
-rw-r--r--libodb/manifest2
-rw-r--r--packages.manifest2
-rw-r--r--repositories.manifest4
6 files changed, 13 insertions, 4 deletions
diff --git a/README-GIT b/README-GIT
index 9351968..2f78eae 100644
--- a/README-GIT
+++ b/README-GIT
@@ -1,5 +1,7 @@
-The checked out libodb/odb/version-build2.hxx will be overwritten during the
+The checked out libodb/odb/version-build2.hxx and
+libodb-sqlite/odb/sqlite/version-build2.hxx will be overwritten during the
build process but these changes should be ignored. To do this automatically,
run:
git update-index --assume-unchanged libodb/odb/version-build2.hxx
+git update-index --assume-unchanged libodb-sqlite/odb/sqlite/version-build2.hxx
diff --git a/libodb-sqlite/NEWS b/libodb-sqlite/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb-sqlite/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/libodb-sqlite/manifest b/libodb-sqlite/manifest
index fef85a0..5863a54 100644
--- a/libodb-sqlite/manifest
+++ b/libodb-sqlite/manifest
@@ -10,7 +10,7 @@ description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
-src-url: https://git.codesynthesis.com/cgit/odb/libodb-sqlite/
+src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
builds: all
@@ -18,5 +18,5 @@ requires: c++11
depends: * build2 >= 0.16.0-
depends: * bpkg >= 0.16.0-
depends: libsqlite3 ^3.6.18
-depends: libodb [2.5.0-b.26.1 2.5.0-b.27)
+depends: libodb == $
depends: * cli ^1.2.0- ? ($config.libodb_sqlite.develop)
diff --git a/libodb/manifest b/libodb/manifest
index d728912..5299bab 100644
--- a/libodb/manifest
+++ b/libodb/manifest
@@ -10,7 +10,7 @@ description-file: README
changes-file: NEWS
url: https://www.codesynthesis.com/products/odb/
doc-url: https://www.codesynthesis.com/products/odb/doc/manual.xhtml
-src-url: https://git.codesynthesis.com/cgit/odb/libodb/
+src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
builds: all
diff --git a/packages.manifest b/packages.manifest
index 3a76e31..d91884c 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -2,3 +2,5 @@
location: odb/
:
location: libodb/
+:
+location: libodb-sqlite/
diff --git a/repositories.manifest b/repositories.manifest
index e0c2961..038cdc4 100644
--- a/repositories.manifest
+++ b/repositories.manifest
@@ -3,6 +3,10 @@ summary: ODB compiler repository
:
role: prerequisite
+location: https://git.build2.org/packaging/sqlite/sqlite.git##HEAD
+
+:
+role: prerequisite
location: https://git.codesynthesis.com/libcutl/libcutl.git##HEAD
: