diff options
author | Helmut Grohne <helmut@subdivi.de> | 2021-05-31 08:08:21 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2021-05-31 08:08:21 +0200 |
commit | d8b36aca8725b36411298961aa2494e995426417 (patch) | |
tree | 60622675e80c055ae43bb334855349ee08391c22 | |
parent | 7510cfda7352cdf80ba1d6536c6000e7bc698d33 (diff) | |
download | mdbp-d8b36aca8725b36411298961aa2494e995426417.tar.gz |
mention mdbp-ssh in the README.md
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |