Not commenting on the patch itself, but please confirm that we're not hardcoding
anything for a repo named 'morphs' specifically?
In which case the summary of the patch purpose could be clearer, I think?
On 25 Sep 2013, at 10:48, Daniel Firth <dan.firth(a)codethink.co.uk> wrote:
---
morphlib/plugins/deploy_plugin.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index dc9f515..43c5988 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -458,6 +458,7 @@ class DeployPlugin(cliapp.Plugin):
self.app.status(msg='Running extension %(name)s%(kind)s',
name=name, kind=kind)
+ os.chdir(repo_dir)
self.app.runcmd(
[ext_filename] + args,
['sh', '-c', 'while read l; do echo `date "+%F
%T"` $l; done'],
--
1.8.1.2
_______________________________________________
baserock-dev mailing list
baserock-dev(a)baserock.org
http://vlists.pepperfish.net/cgi-bin/mailman/listinfo/baserock-dev-basero...