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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 164477d..94a1f93 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ is a schema describing the available parameters in `mdbp/build_schema.json`. An example build request could be: { - "input": {"dscpath": "./hello_2.10-2.dsc"}, + "input": {"source_package_path": "./hello_2.10-2.dsc"}, "distribution": "unstable", "output": {"directory": "out"} } -- cgit v1.2.3