#2677 download-build does not support modules
Closed: Fixed 4 years ago by tkopecek. Opened 4 years ago by mikem.

Attempting download-build with --type=module for a module build yields an error like the following:

Traceback (most recent call last):
  File "/home/mikem/Devel/koji/koji/cli/koji", line 335, in <module>
    rv = locals()[command].__call__(options, session, args)
  File "/home/mikem/Devel/koji/koji/cli/koji_cli/commands.py", line 6849, in anon_handle_download_build
    download_archive(info, archive, suboptions.topurl,
  File "/home/mikem/Devel/koji/koji/cli/koji_cli/lib.py", line 658, in download_archive
    raise NotImplementedError(archive['btype'])
NotImplementedError: module

All the non-legacy btypes have regular layout, so this should be easy to fix. Really the change from #2611 can just be extended.

PR forthcoming

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

4 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.25

4 years ago

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

4 years ago

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

4 years ago

Log in to comment on this ticket.

Metadata
Related Pull Requests
  • #2678 Merged 4 years ago