summaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 265ecf2..eac91ef 100755
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,8 @@ setup(name="mdbp",
"mdbp-mmdebstrap=mdbp.mmdebstrap:main",
"mdbp-pbuilder=mdbp.pbuilder:main",
"mdbp-sbuild=mdbp.sbuild:main",
+ "mdbp-ssh=mdbp.ssh:main",
+ "mdbp-streamapi=mdbp.streamapi:main",
]
)
)