rpkg now is able to read Koji configuration by profile name. Original
kojiconfig is still available for use to keep original behavior, which
is deprecated and will be removed.
kojiconfig can be used by downstream client built on top of rpkg, that
will get deprecation message.
This change does not break Commands.__init__ and Commands.container_build_koji in case they are reused in downstream
client whatever every argument is listed or *args and **kwargs are used.
rpkg now is able to read Koji configuration by profile name. Original
kojiconfig is still available for use to keep original behavior, which
is deprecated and will be removed.
kojiconfig can be used by downstream client built on top of rpkg, that
will get deprecation message.
This change does not break
Commands.__init__andCommands.container_build_kojiin case they are reused in downstreamclient whatever every argument is listed or
*argsand**kwargsare used.Fix #187
Fix #197
Signed-off-by: Chenxiong Qi cqi@redhat.com