]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
update the changelog
authorAlfredo Deza <alfredo@deza.pe>
Fri, 13 Sep 2013 16:48:50 +0000 (12:48 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Fri, 13 Sep 2013 16:48:50 +0000 (12:48 -0400)
CHANGELOG.rst [new file with mode: 0644]
remoto/connection.py

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
new file mode 100644 (file)
index 0000000..9e12ec0
--- /dev/null
@@ -0,0 +1,7 @@
+
+0.0.2
+-----
+* Allow a context manager for running one-off commands with the connection
+  object.
+* ``process.run`` can now take in a timeout value so that it does not hang in
+  remote processes
index 9d9370ef607274a1a8ef0006eab722454e9fcdea..e0045c3ff5d30198a94735f7069c5fd6d6b2b823 100644 (file)
@@ -27,6 +27,10 @@ class Connection(object):
         self.gateway.exit()
 
 
+#
+# FIXME this is getting ridiculous
+#
+
 class FakeRemoteLogger:
 
     def error(self, *a, **kw):
@@ -37,3 +41,6 @@ class FakeRemoteLogger:
 
     def info(self, *a, **kw):
         pass
+
+    def warning(self, *a, **kw):
+        pass