summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-25 17:34:38 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-25 17:46:45 +0300
commit4260db6bc3cb9fb3d47d2d4cf0a7b6d49cf1e919 (patch)
treec845c3958366f0bdd162eb66fc53a5648e41ee69
parent79d486cab2ee860fcd2861c45d0fc5c48fc92cc0 (diff)
Add libodb-pgsql package to repository
-rw-r--r--README-GIT9
l---------libodb-pgsql/NEWS1
-rw-r--r--packages.manifest2
-rw-r--r--repositories.manifest4
4 files changed, 12 insertions, 4 deletions
diff --git a/README-GIT b/README-GIT
index 2f78eae..1ea1fce 100644
--- a/README-GIT
+++ b/README-GIT
@@ -1,7 +1,8 @@
-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:
+The checked out libodb/odb/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-sqlite/odb/sqlite/version-build2.hxx
+git update-index --assume-unchanged libodb-pgsql/odb/pgsql/version-build2.hxx
diff --git a/libodb-pgsql/NEWS b/libodb-pgsql/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb-pgsql/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/packages.manifest b/packages.manifest
index d91884c..38bbc39 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -4,3 +4,5 @@ location: odb/
location: libodb/
:
location: libodb-sqlite/
+:
+location: libodb-pgsql/
diff --git a/repositories.manifest b/repositories.manifest
index 038cdc4..9d52a34 100644
--- a/repositories.manifest
+++ b/repositories.manifest
@@ -7,6 +7,10 @@ location: https://git.build2.org/packaging/sqlite/sqlite.git##HEAD
:
role: prerequisite
+location: https://git.build2.org/packaging/postgresql/postgresql.git##HEAD
+
+:
+role: prerequisite
location: https://git.codesynthesis.com/libcutl/libcutl.git##HEAD
: