When 'container-build' subcommand is used, there was a check for existence
of kojisession.buildContainer RPC. This is not necessary because when there
is some RPC missing the koji.GenericError is returned and a apropriate error
message is printed. Deleting this check will improve performance and lowers
load on the Koji hub.
When 'container-build' subcommand is used, there was a check for existence
of kojisession.buildContainer RPC. This is not necessary because when there
is some RPC missing the koji.GenericError is returned and a apropriate error
message is printed. Deleting this check will improve performance and lowers
load on the Koji hub.
Jira: RHELCMP-3799
Fixes: https://pagure.io/rpkg/issue/532
Signed-off-by: Dominik Rumian drumian@redhat.com