summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2021-05-11 14:52:29 +0200
committerHelmut Grohne <helmut@subdivi.de>2021-05-11 14:52:29 +0200
commit9faa39b400a155c9dddeea4fe712301462093d4f (patch)
tree4fbd8cde3a2d85509e3d71a46b3261071f392978 /TODO.md
parent594bd93d1cb04d38c92910e5babb9f353154ebcf (diff)
downloadmdbp-9faa39b400a155c9dddeea4fe712301462093d4f.tar.gz
add ssh remote backend and streamapi wrapper
The ssh backend calls into another host and passes all information on stdin/stdout/stderr. To do so, it uses a streamapi wrapper on the remote side that itself calls into a regular backend.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index fbcd688..1407dc8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,4 +1,3 @@
* It should be requestable which build artifacts are to be retained.
-* There should be a remote backend performing builds via ssh.
* There should be a backend supporting a container thingy (e.g. `debspawn`,
`debocker`, `whalebuilder`).