public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.881-37-g1808d40
@ 2017-09-30 17:02 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2017-09-30 17:02 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=1808d40ab46627f4002d3ef7946ace8a5ed62aea

commit 1808d40ab46627f4002d3ef7946ace8a5ed62aea
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Sat Sep 30 17:37:12 2017 +0100

    Revert "Try to improve the solver's default solution"
    
    This reverts commit b4a62044abb8d9a23a6c9685adb6716f87e8df6b.
    
    Using this solver flag seems to cause all packages to get upgraded.


Diff:
---
 libsolv.cc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libsolv.cc b/libsolv.cc
index 285121b..6b40716 100644
--- a/libsolv.cc
+++ b/libsolv.cc
@@ -709,7 +709,6 @@ SolverSolution::update(SolverTasks &tasks, bool update, bool use_test_packages,
 
   solver_set_flag(solv, SOLVER_FLAG_ALLOW_VENDORCHANGE, 1);
   solver_set_flag(solv, SOLVER_FLAG_ALLOW_DOWNGRADE, 0);
-  solver_set_flag(solv, SOLVER_FLAG_FOCUS_BEST, 1);
   solver_solve(solv, &job);
   queue_free(&job);
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-09-30 17:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-30 17:02 [setup - the official Cygwin setup program] branch topic/libsolv, updated. release_2.881-37-g1808d40 jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).