#3915 cli: fix wait-repo message when missing builds
Merged by tkopecek. Opened by ktdreyer.
ktdreyer/koji wait-repo-error  into  master

Download 3915.patch

The wait-repo command performs a sanity-check when the user specifies an NVR with --build. If there are no builds of the package in the tag at all, wait-repo will print a warning.

The text of that warning was not accurate. The package itself may be in the tag (listPackages), but there are no builds of that package (getLatestBuilds). Correct the warning text to clarify the exact problem to the user.

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

Commit f9d30888 fixes this pull-request

Pull-Request has been merged by tkopecek

Metadata