Add back in the cache checking code and remove the old 0.1 build pack code

This commit is contained in:
Joseph Schorr 2015-02-09 12:13:40 -05:00
parent 48949627e0
commit 0065ac8503
3 changed files with 14 additions and 133 deletions

View file

@ -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,