-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix package manager listing of requires
The previous implementation had the following issues: - a bug when listing from a repository containing multiple versions of a single package (can happen with dirty ISO tree during development), as it was not able to choose the 'good one'. - bad naming of functions/variables and imperfect documentation, leading to misunderstandings w.r.t. the goal of this method We fix the issues by: - implement filtering based on the `repo:packages` pillar information, which is already used by the `pkg_installed` macro - renaming and documenting these custom methods for easier maintenance Fixes: #1455
- Loading branch information
Showing
3 changed files
with
125 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters