#927 cli: [list-tagged] Listing builds in deleted tag returns empty list
Closed: Duplicate Opened by julian8628.

If a tag existed and was deleted, asking for builds in it will return empty list. This is not consistent with behaviour for tags never existed in the first place.

$ brew taginfo atomic-rhel-7.5-newarches-candidate
No such tag: atomic-rhel-7.5-newarches-candidate
$ brew list-tagged atomic-rhel-7.5-newarches-candidate
Build                                     Tag                   Built by
----------------------------------------  --------------------  ----------------
$ brew list-tagged foobarbaz
GenericError: No such entry in table tag: foobarbaz

  1. API: listTagged listTaggedRPMS listTaggedArchives don't check the existence of tag with name and event.
  2. tag existence is not checked in CLI as well

Metadata Update from @julian8628:
- Issue close_status updated to: Duplicate
- Issue status updated to: Closed (was: Open)

closed as duplicate of #926

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/927

Please continue any further discussion there.

Metadata