Switch build-scheduled to an official build phase.

This commit is contained in:
Jake Moshenko 2015-05-14 15:37:16 -04:00
parent 884fedd229
commit 79f1181a63
2 changed files with 2 additions and 1 deletions

View file

@ -515,6 +515,7 @@ class BUILD_PHASE(object):
""" Build phases enum """
ERROR = 'error'
INTERNAL_ERROR = 'internalerror'
BUILD_SCHEDULED = 'build-scheduled'
UNPACKING = 'unpacking'
PULLING = 'pulling'
BUILDING = 'building'