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