Skip to content

Commit

Permalink
Merge pull request #22 from yast/filter-base-products
Browse files Browse the repository at this point in the history
[yastd] Only consider available base products
  • Loading branch information
imobachgs committed Feb 7, 2022
2 parents adaa86b + 69de3ae commit af0b39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yastd/lib/yast2/software.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def probe
Yast::Pkg.TargetLoad
Yast::Pkg.SourceRestore
Yast::Pkg.SourceLoad
@products = Y2Packager::Product.all
@products = Y2Packager::Product.available_base_products
@product = @products.first&.name
proposal = Yast::Packages.Proposal(force_reset = true, reinit = false, _simple = true)
@logger.info "proposal #{proposal["raw_proposal"]}"
Expand Down

0 comments on commit af0b39b

Please sign in to comment.