summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-06-24 13:53:31 +0200
committerHelmut Grohne <helmut@subdivi.de>2021-06-24 13:53:31 +0200
commit312342b3e5eeee88dc47f555f11defc80d3d02e9 (patch)
treec8f4b3c8497446caef73ce54394b72663965a582 /README.md
parentc03690f53941e03a6f1f400da4d7313f36902426 (diff)
downloadmdbp-312342b3e5eeee88dc47f555f11defc80d3d02e9.tar.gz
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
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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"}
}