summaryrefslogtreecommitdiff
path: root/morphlib/plugins
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-23 13:26:26 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-23 13:26:26 +0000
commit23d8bd0b8a30343f4b76f604fce35ca3da0fe743 (patch)
tree538f5e5e9592ea8931d3d557d1fdad6eb20dcd72 /morphlib/plugins
parent5fad7ba41bc5a9b2c745df6e7ce7752b4a75636b (diff)
downloadmorph-23d8bd0b8a30343f4b76f604fce35ca3da0fe743.tar.gz
Morph build 7dbf53b382754a809aae6bba01661bfd
System branch: master
Diffstat (limited to 'morphlib/plugins')
-rw-r--r--morphlib/plugins/deploy_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index e7457f22..9329686a 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -598,7 +598,7 @@ class DeployPlugin(cliapp.Plugin):
def checkout_strata(self, path, artifact, lac, rac):
deps = artifact.source.dependencies
- print artifact.basename()
+ print deps
morphlib.builder.download_depends(deps, lac, rac)
for stratum in deps:
self.checkout_stratum(path, stratum, lac, rac)