summaryrefslogtreecommitdiff
path: root/obnam.subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 09:16:38 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-09 09:16:38 +0300
commitf2740c77c3e3d234b724704482e7b0380c2550d4 (patch)
treea0f7c194bf97530bd5103229309f7ec554c8ec6f /obnam.subplot
parent307abfa167cd898f112472bc33a13b17a326c676 (diff)
downloadobnam2-f2740c77c3e3d234b724704482e7b0380c2550d4.tar.gz
fix: use separate subplot YAML metadata file for new Subplot
Subplot has just made a breaking change: the subplot document metadata must be in a separate YAML file, not embedded in the markdown. This adapts Obnam to that. It's a little awkward that Subplot hasn't made a release of this yet, but as I use Subplot from git, I need this now. Sponsored-by: author
Diffstat (limited to 'obnam.subplot')
-rw-r--r--obnam.subplot22
1 files changed, 22 insertions, 0 deletions
diff --git a/obnam.subplot b/obnam.subplot
new file mode 100644
index 0000000..80deeca
--- /dev/null
+++ b/obnam.subplot
@@ -0,0 +1,22 @@
+title: "Obnam2&mdash;a backup system"
+author: Lars Wirzenius
+documentclass: report
+markdowns:
+ - obnam.md
+bindings:
+ - subplot/server.yaml
+ - subplot/client.yaml
+ - subplot/data.yaml
+ - lib/files.yaml
+ - lib/runcmd.yaml
+impls:
+ python:
+ - subplot/server.py
+ - subplot/client.py
+ - subplot/data.py
+ - lib/daemon.py
+ - lib/files.py
+ - lib/runcmd.py
+classes:
+ - json
+ - sql