summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-09-29 15:13:06 +0100
committerLars Wirzenius <liw@liw.fi>2011-09-29 15:13:06 +0100
commit399f2d5199d105b3fb9e2616c6fb728937308fee (patch)
tree8a9ffa18904bb3fb00a1b4b79840e967c6b93272 /morphlib
parentc254dccec1db8e9bca9adf0fbcf10d0428a3ad6c (diff)
downloadmorph-399f2d5199d105b3fb9e2616c6fb728937308fee.tar.gz
Note problem with stratum cache naming.
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index 8eb7d4fa..044f67ef 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -106,6 +106,7 @@ class Builder(object):
'''
+ # FIXME: Should put in stratum's git repo and reference here.
filename = self.get_cached_name('stratum', '', '')
logging.debug('Creating stratum %s at %s' % (morph.name, filename))
self.ex.runv(['tar', '-C', self._inst, '-czf', filename, '.'])