From d8b36aca8725b36411298961aa2494e995426417 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Mon, 31 May 2021 08:08:21 +0200 Subject: mention mdbp-ssh in the README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 66b9fa7..164477d 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,12 @@ build within. As such it requires working user namespaces including a subuid allocation and the suid tool `newuidmap`. Unlike other backends, it does not need a chroot or base to be set up before. Given that there is no external state, it allows supplying the mirror to be used via the `--mirror` option. + +mdbp-ssh +-------- + +This is a backend proxy that performs builds on remote hosts via ssh. On the +remote side, it calls a separate non-backend `mdbp-streamapi`, that allows +piping all of the relevant paramters through `stdin`, `stdout` and `stderr`. +`mdbp-streamapi` calls into another backend to perform the build. As such, you +need to pass both a host and a backend before passing the build description. -- cgit v1.2.3