diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-06-24 13:53:31 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-06-24 13:53:31 +0200 |
commit | 312342b3e5eeee88dc47f555f11defc80d3d02e9 (patch) | |
tree | c8f4b3c8497446caef73ce54394b72663965a582 /mdbp/streamapi.py | |
parent | c03690f53941e03a6f1f400da4d7313f36902426 (diff) | |
download | mdbp-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 'mdbp/streamapi.py')
-rw-r--r-- | mdbp/streamapi.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. """ |