#2681 taginfo fail with older hub if external repos are set
Closed: Fixed by tkopecek. Opened by mikem.

Running the cli taginfo command against an older hub can result in the following:

Traceback (most recent call last):
  File "/home/mikem/Devel/koji/koji/cli2/brew", line 335, in <module>
    rv = locals()[command].__call__(options, session, args)
  File "/home/mikem/Devel/koji/koji/cli/koji_cli/commands.py", line 4976, in anon_handle_taginfo
    if not rinfo['arches']:
KeyError: 'arches'

fix forthcoming

Metadata Update from @mikem:
- Custom field Size adjusted to None

This variation in the hub return comes from #2538, which was merged after 1.23.0.

That makes this a regression for 1.24. I think we should fix it before release.

Metadata Update from @mikem:
- Issue set to the milestone: 1.24

See #2682 for the fix

Metadata Update from @tkopecek:
- Issue tagged with: testing-ready

Commit 3189dcb9 fixes this issue

Commit 899c17cc fixes this issue

Metadata Update from @mfilip:
- Issue tagged with: testing-done

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

Please continue any further discussion there.

Metadata
Related Pull Requests