summaryrefslogtreecommitdiff
path: root/morphlib/buildcommand.py
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-30 17:18:22 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-30 17:18:22 +0000
commite43c5b54ab02ae6822a5cc0fc62f17e77f765111 (patch)
treebeb07e0c0d3e10f6275f73bd8edcecc9cbd36f2f /morphlib/buildcommand.py
parent923e4668b1f1d394e7d9e90d84e57e1138e544ff (diff)
downloadmorph-e43c5b54ab02ae6822a5cc0fc62f17e77f765111.tar.gz
Revert "WIP: Rough-and-ready method of reporting progress in artifact downloads"
This reverts commit 923e4668b1f1d394e7d9e90d84e57e1138e544ff.
Diffstat (limited to 'morphlib/buildcommand.py')
-rw-r--r--morphlib/buildcommand.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/morphlib/buildcommand.py b/morphlib/buildcommand.py
index 346ccf32..b95e0e77 100644
--- a/morphlib/buildcommand.py
+++ b/morphlib/buildcommand.py
@@ -75,8 +75,7 @@ class BuildCommand(object):
'''
return morphlib.util.new_artifact_caches(
- self.app.settings, status_cb=self.app.status,
- runcmd=self.app.runcmd, verbose=self.app.settings['verbose'])
+ self.app.settings, status_cb=self.app.status)
def new_repo_caches(self):
return morphlib.util.new_repo_caches(self.app)