Learn more about these different git repos.
Other Git URLs
Attempting download-build with --type=module for a module build yields an error like the following:
--type=module
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
Metadata Update from @tkopecek: - Issue set to the milestone: 1.25
Metadata Update from @jcupova: - Issue tagged with: testing-ready
Commit cd34c41 fixes this issue
Commit 5bc690c fixes this issue
Metadata Update from @mfilip: - Issue tagged with: testing-done
Log in to comment on this ticket.