[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 1 16:21:47 CDT 2011
branch "review" has been updated
via 83d444fd6491f850501eed2675df279b45933a80 (commit)
from 8607ad6c34fb073ac6e6ec2ce7d4644eb6b20040 (commit)
Summary of changes:
remote.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 83d444fd6491f850501eed2675df279b45933a80
Author: Darren Sessions <dsessions at digium.com>
Date: Wed Jun 1 16:21:45 2011 -0500
minor tweak to the remote.
diff --git a/remote.py b/remote.py
index c41ac75..fa26ce2 100755
--- a/remote.py
+++ b/remote.py
@@ -177,9 +177,6 @@ class RemoteManagement(object):
if not os.path.exists("%s" % dn):
return {'success':False,'msg':'The %s path does not exist.' % dn}
os.chdir('%s/tmp' % cwd)
- results = self.run('remote', 'archiveDir', [self._which('chown'), '-R', 'bamboo:bamboo', '%s' % dn], True)
- if results['success'] == False:
- return results
results = self.run('remote', 'archiveDir', [self._which('tar'), '-cvf', 'tmp.tar', '%s' % dn], True)
if results['success'] == False:
return results
-----------------------------------------------------------------------
--
asterisk-scf/integration/testsuite.git
More information about the asterisk-scf-commits
mailing list