From 312342b3e5eeee88dc47f555f11defc80d3d02e9 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 24 Jun 2021 13:53:31 +0200 Subject: rename a number of fields to become similar to debusine debusine describes a PackageBuildTask in docs/devel/ontology.rst. Changes performed herein: * dscpath -> source_package_path * dscuri -> source_package_url * buildarch -> build_architecture * hostarch -> host_architecture * options -> build_options * profiles -> build_profiles * buildpath -> build_path --- mdbp/streamapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdbp/streamapi.py') diff --git a/mdbp/streamapi.py b/mdbp/streamapi.py index f36208a..a32761b 100644 --- a/mdbp/streamapi.py +++ b/mdbp/streamapi.py @@ -5,8 +5,8 @@ backend and is used as frontend from the ssh backend on the remote side. Differences to the regular backend API: * It expects an uncompressed tar file on stdin. The first member must be named "build.json". Any other members must be regular files. The build.json file - should lack the .output.directory and if an .input.dscpath is given, it - should not contain any slashes. + should lack the .output.directory and if an .input.source_package_path is + given, it should not contain any slashes. * The build log is issued on stderr instead of stdout. * All the requested artifacts are emitted as a tar stream on stdout. """ -- cgit v1.2.3