Open ignatenkobrain opened 2 years ago
@kontura could you please take a look at this?
I am not sure we are going to be able to fix this any time soon.
We would have to add a new dependency on something like libcomps (which I don't think we want) and even still I believe there isn't any defined way how groups should be merged (how to merge two repos if both contain definitions for the same group name with different content). DNF has this problem as well and it prioritizes repos by alphabetic order. :slightly_frowning_face:
We could definitely fix the documentation to reflect the current state though.
Very simple
mergerepo_c --repo http://mirror.stream.centos.org/9-stream/BaseOS/x86_64/os/ --repo http://mirror.stream.centos.org/9-stream/AppStream/x86_64/os/ -o tmp -v
can reproduce this issue.It loads all necessary ones, yes. But then:
And then never merges it with AppStream.
Also note that
--nogroup
is well-documented option… That's not implemented at all (I mean, it works by default :trollface:).