summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-25 19:01:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-25 19:08:26 +0300
commit451173da3c76fcb9b3aea5c6d97f48b492558392 (patch)
treedd586368a19f07db6475ea8af49ba21824385db7
parent81ca6a1aed69885827b06f09fb7926e39b5c25a2 (diff)
Add libodb-mysql package to repository
-rw-r--r--README-GIT2
l---------libodb-mysql/NEWS1
-rw-r--r--libodb-mysql/manifest4
-rw-r--r--libodb-mysql/odb/mysql/details/.gitignore1
-rw-r--r--packages.manifest2
-rw-r--r--repositories.manifest4
6 files changed, 12 insertions, 2 deletions
diff --git a/README-GIT b/README-GIT
index 1ea1fce..a7d777d 100644
--- a/README-GIT
+++ b/README-GIT
@@ -1,8 +1,10 @@
The checked out libodb/odb/version-build2.hxx,
+libodb-mysql/odb/mysql/version-build2.hxx,
libodb-sqlite/odb/sqlite/version-build2.hxx, and
libodb-pgsql/odb/pgsql/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-mysql/odb/mysql/version-build2.hxx
git update-index --assume-unchanged libodb-sqlite/odb/sqlite/version-build2.hxx
git update-index --assume-unchanged libodb-pgsql/odb/pgsql/version-build2.hxx
diff --git a/libodb-mysql/NEWS b/libodb-mysql/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb-mysql/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/libodb-mysql/manifest b/libodb-mysql/manifest
index 238b329..437bebf 100644
--- a/libodb-mysql/manifest
+++ b/libodb-mysql/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-mysql/
+src-url: https://git.codesynthesis.com/cgit/odb/odb/
email: odb-users@codesynthesis.com
build-warning-email: odb-builds@codesynthesis.com
builds: all
@@ -21,5 +21,5 @@ depends: * build2 >= 0.16.0-
depends: * bpkg >= 0.16.0-
#depends: libmysqlclient >= 5.0.3 | libmariadb ^10.2.2
depends: libmysqlclient >= 5.0.3
-depends: libodb [2.5.0-b.26.1 2.5.0-b.27)
+depends: libodb == $
depends: * cli ^1.2.0- ? ($config.libodb_mysql.develop)
diff --git a/libodb-mysql/odb/mysql/details/.gitignore b/libodb-mysql/odb/mysql/details/.gitignore
new file mode 100644
index 0000000..b298f89
--- /dev/null
+++ b/libodb-mysql/odb/mysql/details/.gitignore
@@ -0,0 +1 @@
+/options.?xx
diff --git a/packages.manifest b/packages.manifest
index 38bbc39..fd29ced 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -3,6 +3,8 @@ location: odb/
:
location: libodb/
:
+location: libodb-mysql/
+:
location: libodb-sqlite/
:
location: libodb-pgsql/
diff --git a/repositories.manifest b/repositories.manifest
index 9d52a34..9e89714 100644
--- a/repositories.manifest
+++ b/repositories.manifest
@@ -3,6 +3,10 @@ summary: ODB compiler repository
:
role: prerequisite
+location: https://git.build2.org/packaging/mysql/mysql.git##HEAD
+
+:
+role: prerequisite
location: https://git.build2.org/packaging/sqlite/sqlite.git##HEAD
: