summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-25 12:28:13 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-25 12:28:13 +0000
commit9e62e0e1351cf25cbffaa80e890f3316b891001d (patch)
treef5b62192607211eac84e6afec8f43561fa37810f
parent15178c227a41b4b07a1bd4fa3938dd5e31669b38 (diff)
downloadmorph-9e62e0e1351cf25cbffaa80e890f3316b891001d.tar.gz
fixup! SUGGESTED: remove the chunk hardlink cache
Change-Id: I46739aca1e71ed5878353d974c46fc07f115b915
-rw-r--r--morphlib/buildcommand.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index c568fdf1..3e10da02 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -493,8 +493,6 @@ class BuildCommand(object):
chunk_name=artifact.name,
cache=artifact.source.cache_key[:7],
chatty=True)
- artifact_checkout = os.path.join(
- chunk_cache_dir, os.path.basename(artifact.basename()) + '.d')
staging_area.install_artifact(self.lac, artifact)
if target_source.build_mode == 'staging':