summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-08-01 20:36:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-08-01 21:27:52 +0300
commit93695f6d3af784dfaffee60d3ab52efc234ea839 (patch)
tree3e61cb70199412be2b9db0c8fe3f76d1eb400e07
parent08082274be96db4ab307dda6b8c32d5c367ff4db (diff)
Add glue buildfile
l---------COPYRIGHT1
-rw-r--r--buildfile7
2 files changed, 8 insertions, 0 deletions
diff --git a/COPYRIGHT b/COPYRIGHT
new file mode 120000
index 0000000..5e2551a
--- /dev/null
+++ b/COPYRIGHT
@@ -0,0 +1 @@
+upstream/COPYRIGHT \ No newline at end of file
diff --git a/buildfile b/buildfile
new file mode 100644
index 0000000..52f9b5e
--- /dev/null
+++ b/buildfile
@@ -0,0 +1,7 @@
+# file : buildfile
+# license : PostgreSQL License; see accompanying COPYRIGHT file
+
+# Glue buildfile that "pulls" all the packages.
+
+import pkgs = {*/ -upstream/}
+./: $pkgs