#927 cli: [list-tagged] Listing builds in deleted tag returns empty list
Closed: Duplicate 5 years ago Opened 5 years ago 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)

5 years ago

Login to comment on this ticket.

Metadata