[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jun 8 22:49:14 CDT 2011


branch "review" has been updated
       via  a42fd45f771318fc8153885441fa9f27d4845e8c (commit)
      from  0ca50a25c7375538f05ad982a8489bb484c8e848 (commit)

Summary of changes:
 remote.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


- Log -----------------------------------------------------------------
commit a42fd45f771318fc8153885441fa9f27d4845e8c
Author: Darren Sessions <dsessions at digium.com>
Date:   Wed Jun 8 22:49:10 2011 -0500

    fixed the archiveDir function in the remote. left out the hostname argument.

diff --git a/remote.py b/remote.py
index cea05f6..0851ec7 100755
--- a/remote.py
+++ b/remote.py
@@ -194,7 +194,7 @@ class RemoteManagement(object):
             return {'success':False, 'msg':'Unable to remove %s' % fn}
         return {'success':True}
 
-    def archiveDir(self, globalVars, dn):
+    def archiveDir(self, hostName, globalVars, dn):
         dn = self._filePathCheck(dn)
         if not os.path.exists("%s" % dn):
             return {'success':False,'msg':'[archiveDir] The %s path does not exist.' % dn}

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list