chiark / gitweb /
server init: replace ssh subprocess with paramiko
authorHans-Christoph Steiner <hans@eds.org>
Thu, 3 Jul 2014 00:54:52 +0000 (20:54 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 14 Jul 2014 19:01:57 +0000 (15:01 -0400)
commitc7962e7c6d3952bf809cb53399660349f975943f
tree995b6c51a1c7d6ac5057355aa9302bfc82b95983
parentd69f93e5b21a30efe5c1069b01de6e1f0dddff1a
server init: replace ssh subprocess with paramiko

It is easier to handle programming with python rather than subprocess calls
so I replaced the subprocess call to 'ssh' with paramiko.  This also makes
fdroid more portable since it no longer relies on the local system having
ssh installed.
fdroidserver/server.py