pkratoch

Results 32 comments of pkratoch

Since we use different handler now, I am trying to figure out how to make it work. However, I cannot reproduce the error state - in which the log message...

Hi, we are doing a dnf PR cleanup and this has been here for quite some time. I will close it, but if the issue is still valid and you...

Thanks for the report, the issue is valid. To fix this, I think the behavior of group install would need to change, so that it produces an empty transaction if...

Hello, I think dnf just gets `%_dbpath` from rpm and there is no option to change it from dnf. So, I believe you can just set the `%_dbpath` macro for...

As for the discussions tab, I don't think it would have much value now, when we are in the process of replacing dnf with dnf5 ( https://github.com/rpm-software-management/dnf5 ). I am...

Hi, command `copr enable` takes a copr repository as the first argument, and if second argument is given, it expects chroot, not a repository. It is documented in the man...

Hi, thank you for your pull request. I am not sure this is more readable than the previous output, because it gets quite long and it's harder to get the...

It would also be nice to add a note about this option to the documentation ( https://github.com/rpm-software-management/dnf-plugins-core/blob/master/doc/local.rst ) even though the documentation of this plugin's config options is in a...

Hi, thanks for the report, I confirm the issue. The `--add-repo` option doesn't enable the repo when `.repo` file is given. (It works correctly only when the actual repo is...

Yes, it's missing in dnf5.conf: https://dnf5.readthedocs.io/en/latest/dnf5.conf.5.html#main-options Also, the `cachedir` option says the default is `/var/cache/libdnf5`, which should be the default for `system_cachedir` instead.