Petr Pisar
Petr Pisar
I see. You mean C++ API. Not a command-line interface. I'm not sure we have it in DNF5? Would it be helpful? Cannot an application iterate over all items?
I don't understand what is a bug you report. "dnf5 repoquery --location" does not report where a package was installed from. It reports where a package would be downloaded from....
DNF obtains a list of up-to-date mirrors from a mirror manager. If there are outdated mirrors on the list, it's a bug in the mirror manager. DNF relies on the...
> how are the particular repositories picked (the one to read metadata and the one reported)? > If there's no GET/HEAD checking, is there some intentional round-robin mechanism? If I...
> I don't believe dnf stores where the current metadata were downloaded from I thought that "dnf repo info" shows real data. You are right. It simply shows first item...
I placed the document to comps element, but I cannot get the crash with "dnf5 --repo=test group list". Do you have more details?
I see. It crashes in a libcomps expat callback: ~~~~ Program received signal SIGSEGV, Segmentation fault. __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:76 [...] (gdb) bt #0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:76 rpm-software-management/dnf#1 0x00007ffff767b645...
Reproducer with DNF4 is "/usr/bin/python3 /usr/bin/dnf4 --repo test group" where "test" repository contains a group subtree as in the original comment.
Plugins can be provided by a third party. I.e. Packagekit can provide its own plugin for DNF5. Or des your report mean that DNF5 does not provide any function for...
Which method do you use for sending the e-mails? `email`, or `command_email`? If the latter, what string do you have in `command_format`?