7485a05 Use completeAfter instead of createAfter

Authored and Committed by mohanboddu 3 years ago
    Use completeAfter instead of createAfter
    
    For second mass rebuild, we need to check if the build is completed or
    not instead of created or not. Since the build is definitely created
    after the epoch, we need to check if the build is completed or not.
    
    Signed-off-by: Mohan Boddu <mboddu@bhujji.com>