Skip to content

Commit

Permalink
pkglistgen: update_and_solve: include ignore_unresolvable and local o…
Browse files Browse the repository at this point in the history
…ptions for solve.
  • Loading branch information
jberry-suse committed Jan 9, 2018
1 parent 8892c0d commit 16fa961
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkglistgen.py
Expand Up @@ -1076,8 +1076,10 @@ def update_and_solve_target(self, apiurl, target_project, target_config, main_re

self.do_update('update', opts)

opts.ignore_unresolvable = bool(target_config.get('pkglistgen-include-unresolvable'))
opts.ignore_recommended = bool(target_config.get('pkglistgen-include-recommended'))
opts.include_suggested = bool(target_config.get('pkglistgen-include-suggested'))
opts.locale = target_config.get('pkglistgen-local')
opts.locales_from = target_config.get('pkglistgen-locals-from')
self.do_solve('solve', opts)

Expand Down

0 comments on commit 16fa961

Please sign in to comment.