From 44764506c64ec132e593e5a0b060361c21107cb2 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 20 Apr 2012 17:18:05 +0000 Subject: morph: add cache id to the meta files This is probably excessively large right now --- morph | 1 + 1 file changed, 1 insertion(+) (limited to 'morph') 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 = [] -- cgit v1.2.1