Learn more about these different git repos.
Other Git URLs
Today, I used koji to generate a f26 mock config file
koji
koji mock-config --tag f26-build --arch=x86_64 --topurl=http://kojipkgs.fedoraproject.org/ -o f26-x86_64.cfg
and met an issue that following line does not appear in the config as well as repos
config_opts['package_manager'] = 'dnf'
BTW, after I added this line manually,
mockbuild hangs at step
mockbuild
Start: dnf install
A few notes:
short term, we just need to have the cli handler do the same thing:
session.getBuildConfig(tag_id, event=event_id)
mock.package_manager
longer term we should probably unify some of this code, but that may require some api changes in the library
PR #355
Commit aaed1f4 fixes this issue
Metadata Update from @tkopecek: - Issue set to the milestone: 1.18
Login to comment on this ticket.