da57146 GenericBuilder: Add a boolean 'succeeded' parameter to finalize

8 files Authored by otaylor 4 years ago, Committed by mprahl 4 years ago,
    GenericBuilder: Add a boolean 'succeeded' parameter to finalize
    
    Previously MockModuleBuilder was checking the module state to see if
    it should run a final createrepo, but since eafa93037f, finalize() is
    called before changing the module state; add an explicit boolean to
    GenericBuilder.finalize() to avoid worrying about ordering.