Problem this patch aims to fix is that, mockbuild calls Commands.sources directly instead of from cliClient. That may causes overrided sources in subclass of cliClient cannot be called from overrided mockbuild.
mockbuild
Commands.sources
cliClient
Signed-off-by: Chenxiong Qi cqi@redhat.com
Looks good to me.
rebased
Pull-Request has been merged by cqi
Problem this patch aims to fix is that,
mockbuildcallsCommands.sourcesdirectly instead of from
cliClient. That may causes overrided sources insubclass of
cliClientcannot be called from overridedmockbuild.Signed-off-by: Chenxiong Qi cqi@redhat.com