]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commit
process will not pass the actual sudo command
authorAlfredo Deza <alfredo@deza.pe>
Wed, 9 Oct 2013 14:31:55 +0000 (10:31 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 9 Oct 2013 14:31:55 +0000 (10:31 -0400)
commit83fb51573a7c55265fb172cd8a47e42bb80192d1
treee72605a0e97522e65387d0580a123ada4a567275
process will not pass the actual sudo command
38 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG.rst [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.rst [new file with mode: 0644]
remoto/__init__.py [new file with mode: 0644]
remoto/connection.py [new file with mode: 0644]
remoto/exc.py [new file with mode: 0644]
remoto/lib/__init__.py [new file with mode: 0644]
remoto/lib/execnet/__init__.py [new file with mode: 0644]
remoto/lib/execnet/apipkg.py [new file with mode: 0644]
remoto/lib/execnet/deprecated.py [new file with mode: 0644]
remoto/lib/execnet/gateway.py [new file with mode: 0644]
remoto/lib/execnet/gateway_base.py [new file with mode: 0644]
remoto/lib/execnet/gateway_bootstrap.py [new file with mode: 0644]
remoto/lib/execnet/gateway_io.py [new file with mode: 0644]
remoto/lib/execnet/gateway_socket.py [new file with mode: 0644]
remoto/lib/execnet/multi.py [new file with mode: 0644]
remoto/lib/execnet/rsync.py [new file with mode: 0644]
remoto/lib/execnet/rsync_remote.py [new file with mode: 0644]
remoto/lib/execnet/script/__init__.py [new file with mode: 0644]
remoto/lib/execnet/script/loop_socketserver.py [new file with mode: 0644]
remoto/lib/execnet/script/quitserver.py [new file with mode: 0644]
remoto/lib/execnet/script/shell.py [new file with mode: 0644]
remoto/lib/execnet/script/socketserver.py [new file with mode: 0644]
remoto/lib/execnet/script/socketserverservice.py [new file with mode: 0644]
remoto/lib/execnet/script/xx.py [new file with mode: 0644]
remoto/lib/execnet/threadpool.py [new file with mode: 0644]
remoto/lib/execnet/xspec.py [new file with mode: 0644]
remoto/log.py [new file with mode: 0644]
remoto/process.py [new file with mode: 0644]
remoto/tests/test_connection.py [new file with mode: 0644]
remoto/tests/test_log.py [new file with mode: 0644]
remoto/tests/test_process.py [new file with mode: 0644]
remoto/tests/test_util.py [new file with mode: 0644]
remoto/util.py [new file with mode: 0644]
setup.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]