summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index b95e0e77..346ccf32 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -75,7 +75,8 @@ class BuildCommand(object):
'''
return morphlib.util.new_artifact_caches(
- self.app.settings, status_cb=self.app.status)
+ self.app.settings, status_cb=self.app.status,
+ runcmd=self.app.runcmd, verbose=self.app.settings['verbose'])
def new_repo_caches(self):
return morphlib.util.new_repo_caches(self.app)