summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2024-01-24 17:14:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2024-01-24 17:17:50 +0300
commitb650caf5661dec901eae39e374c2c2ebd625d152 (patch)
tree05ecd55e392dcd25f9e58edf1c72d8df6fd2e242
parent0f1f6841ce5a50d5b315c24d796a2d8e2627d136 (diff)
Add libodb package to repository
-rw-r--r--.gitignore4
-rw-r--r--README-GIT5
l---------libodb/NEWS1
-rw-r--r--odb/.gitignore4
-rw-r--r--packages.manifest2
5 files changed, 12 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 13d880b..dd04439 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,5 @@
.bdep/
+
+# Local default options files.
+#
+.build2/local/
diff --git a/README-GIT b/README-GIT
new file mode 100644
index 0000000..9351968
--- /dev/null
+++ b/README-GIT
@@ -0,0 +1,5 @@
+The checked out libodb/odb/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
diff --git a/libodb/NEWS b/libodb/NEWS
new file mode 120000
index 0000000..0fae0f8
--- /dev/null
+++ b/libodb/NEWS
@@ -0,0 +1 @@
+../NEWS \ No newline at end of file
diff --git a/odb/.gitignore b/odb/.gitignore
index dc37d77..1c363a0 100644
--- a/odb/.gitignore
+++ b/odb/.gitignore
@@ -1,7 +1,3 @@
-# Local default options files.
-#
-.build2/local/
-
# Compiler/linker output.
#
*.d
diff --git a/packages.manifest b/packages.manifest
index 411d17c..3a76e31 100644
--- a/packages.manifest
+++ b/packages.manifest
@@ -1,2 +1,4 @@
: 1
location: odb/
+:
+location: libodb/