]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Always create dup rules for distupgrade jobs
authorMichael Schroeder <mls@suse.de>
Wed, 18 Oct 2017 10:52:41 +0000 (12:52 +0200)
committerMichael Schroeder <mls@suse.de>
Wed, 18 Oct 2017 10:52:41 +0000 (12:52 +0200)
commit0d625aa6379b657ccae3b8bd7bd1b11993834293
treebe3b618334a760411270f6d8ef2413943a38ef41
parent56791d7497895fcdd35431bca4cc2cc80bf7f2b0
Always create dup rules for distupgrade jobs

We used to use update rules for "distupgrade all packages".
This is a tiny bit faster and needs less memory, but the downside
is that for problems there only is the "get rid of the update rule"
solution, but not the "disable dup mode for this package" solution.

So simplify things by always creating dup rules for dup mode.
TODO_1.0
src/policy.c
src/rules.c
src/solver.c
src/solver.h