From c806df7e75e3eb28fa82d8c39239c708eb411124 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 27 Nov 2021 19:44:20 +0200 Subject: fix: subplot to work with current Subplot Subplot has made backwards-incompatible changes to how step functions are specified. Upgrade obnam.md to use the new way to work with current Subplot. Sponsored-by: author --- obnam.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obnam.md b/obnam.md index 6a84f0b..92e6ad0 100644 --- a/obnam.md +++ b/obnam.md @@ -8,8 +8,8 @@ bindings: - subplot/data.yaml - lib/files.yaml - lib/runcmd.yaml -template: python -functions: +impls: + python: - subplot/server.py - subplot/client.py - subplot/data.py -- cgit v1.2.1 From db76039a3837d98b2dbc5680eed8df7207a7701f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 28 Nov 2021 18:40:22 +0200 Subject: test: drop build on buster Sponsored-by: author --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ba57cc..161f221 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,6 @@ variables: check: parallel: matrix: - - IMAGE: buster-main - IMAGE: bullseye-main image: registry.gitlab.com/obnam/container-images:$IMAGE script: -- cgit v1.2.1