]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Rework fetch phase in fileconflict handling
authorMichael Schroeder <mls@suse.de>
Mon, 12 Feb 2018 14:06:10 +0000 (15:06 +0100)
committerMichael Schroeder <mls@suse.de>
Mon, 12 Feb 2018 14:06:10 +0000 (15:06 +0100)
commit3f7773a448f08c7ad06b3ccc96cb3d67c7fcbf57
treeb4941974fee6817642e6c0dcd0253f6a87c44bb3
parentc925f44bde9065ed51829a0c56ad2938dfba0650
Rework fetch phase in fileconflict handling

We now handle all files of one package in one go instead of
iterating over every file. In most cases this does not make
a difference, as the pruned candidate list is very small. But
it can be big if two packages with the same content get
installed, e.g. two kernels with same version but different
rebuild count.
ext/pool_fileconflicts.c