1ab259b Fix state for determining if continue building components in current batch

Authored and Committed by cqi 4 years ago
    Fix state for determining if continue building components in current batch
    
    The original code before changing to is_unbuilt is to check if any
    component builds in current batch has state None. This patch fixes that.
    
    Signed-off-by: Chenxiong Qi <cqi@redhat.com>