diff options
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. """ |