]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commit
apply the patches
authorAlfredo Deza <alfredo@deza.pe>
Thu, 31 Oct 2013 20:36:43 +0000 (16:36 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 31 Oct 2013 20:36:43 +0000 (16:36 -0400)
commit31f92301b197bad723651ca8db1bf5ef72f27ce6
tree1f267821cc7e1c36d7bfa7f627172440d904f048
apply the patches
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]