Add back in the cache checking code and remove the old 0.1 build pack code
This commit is contained in:
parent
48949627e0
commit
0065ac8503
3 changed files with 14 additions and 133 deletions
|
@ -11,7 +11,7 @@ class StatusHandler(object):
|
|||
self._build_logs = build_logs
|
||||
|
||||
self._status = {
|
||||
'total_commands': None,
|
||||
'total_commands': 0,
|
||||
'current_command': None,
|
||||
'push_completion': 0.0,
|
||||
'pull_completion': 0.0,
|
||||
|
|
Reference in a new issue