Story #1314
closedExtend whitelist importer option to optionally include dependencies
0%
Description
This story builds off of the whitelist importer option introduced in #206 and adds an option to include dependencies. In #206 the 'whitelist' attribute expects a list as the value. This story maintains the list-style, but introduces a dictionary style value with the keys "packages" which contains the list of names similar to the value of #206 and "include_deps" which will be a boolean to enable the inclusion of dependencies of whitelist items. If include_deps is not specified it defaults to false.
{
"whitelist": {
"packages": [
"foo",
"bar"
],
"include_deps": true
}
}
Dependency solving should be done in its own logic that is separate from the rpm sync code itself. It will need to be called from the sync code which implements #206.
Related issues
Updated by bmbouter about 9 years ago
- Blocked by Story #206: As a user, I can specify a whitelist of packages for sync added
Updated by jortel@redhat.com almost 9 years ago
- Priority changed from Normal to High
- Platform Release deleted (
2.8.0)
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX
Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.