summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 15:51:08 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 15:51:08 +0100
commit391af21d8fe5592b334b7417d76415a6fbe64dda (patch)
tree68888159788b8ab1d5055cb6f45ee604d3870600 /morph
parentc05a40ae1dbfc558e90e418242f684e291faf4a1 (diff)
parentb87bd4aba33be03a5b973f5940b1b5f36617f7d1 (diff)
downloadmorph-391af21d8fe5592b334b7417d76415a6fbe64dda.tar.gz
Merge branch 'master' of gitorious.org:baserock/morph
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph b/morph
index 40c8978f..1b15ea36 100755
--- a/morph
+++ b/morph
@@ -197,6 +197,7 @@ class Morph(cliapp.Application):
artifacts = ar.resolve_artifacts(srcpool)
for artifact in artifacts:
artifact.cache_key = ckc.compute_key(artifact)
+ artifact.cache_id = ckc.get_cache_id(artifact)
order = morphlib.buildorder.BuildOrder(artifacts)
needed = []