Skip to content

Commit

Permalink
fix missing setting of ignoreAlreadyRecommended to false when client …
Browse files Browse the repository at this point in the history
…for software proposal is skipped (bnc#838079)
  • Loading branch information
Thomas Fehr committed Sep 17, 2013
1 parent f934994 commit 994362d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/AutoinstSoftware.rb
Expand Up @@ -797,6 +797,7 @@ def Write
ok = true

Packages.Init(true)
Pkg.SetSolverFlags({ "ignoreAlreadyRecommended" => Mode.normal })
failed = []

# switch for recommended patterns installation (workaround for our very weird pattern design)
Expand Down

0 comments on commit 994362d

Please sign in to comment.