summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-20 17:18:05 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-20 17:18:05 +0000
commit44764506c64ec132e593e5a0b060361c21107cb2 (patch)
tree51c8850097625daa9a5624f51b279fb00d5dbe42 /morph
parent8d740a4bdd34f095e530c17ef5eb3f182fb566a7 (diff)
downloadmorph-44764506c64ec132e593e5a0b060361c21107cb2.tar.gz
morph: add cache id to the meta files
This is probably excessively large right now
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 1 insertions, 0 deletions
diff --git a/morph b/morph
index 00653b8f..f7994fdb 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 = []