[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
Thu May 26 17:36:08 CDT 2011


branch "review" has been updated
       via  2902213b85719ec393baafae8b2dfae514444fa1 (commit)
      from  965ab73f40e90e15ab2716212f277709e685a48a (commit)

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


- Log -----------------------------------------------------------------
commit 2902213b85719ec393baafae8b2dfae514444fa1
Author: Darren Sessions <dsessions at digium.com>
Date:   Thu May 26 17:36:06 2011 -0500

    tweak path issue in remote script.

diff --git a/remote.py b/remote.py
index 274cd40..871c9ad 100755
--- a/remote.py
+++ b/remote.py
@@ -175,6 +175,7 @@ class RemoteManagement(object):
         return {'success':True}
 
     def archiveDir(self, dn):
+        dn = dn.replace('!!TMP!!', '%s/tmp' % cwd)
         dn = self._filePathCheck(dn)
         if not os.path.exists("%s" % dn):
             return {'success':False,'msg':'The %s path does not exist.' % dn}

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


-- 
asterisk-scf/integration/testsuite.git



More information about the asterisk-scf-commits mailing list