From f2740c77c3e3d234b724704482e7b0380c2550d4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 9 Sep 2022 09:16:38 +0300 Subject: 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 --- obnam.subplot | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 obnam.subplot (limited to 'obnam.subplot') 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—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 -- cgit v1.2.1