Project

Profile

Help

Story #1314

closed

Extend whitelist importer option to optionally include dependencies

Added by bmbouter over 8 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
High
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

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

Blocked by RPM Support - Story #206: As a user, I can specify a whitelist of packages for syncCLOSED - WONTFIX

Actions
Actions #1

Updated by bmbouter over 8 years ago

  • Blocked by Story #206: As a user, I can specify a whitelist of packages for sync added
Actions #2

Updated by jortel@redhat.com about 8 years ago

  • Priority changed from Normal to High
  • Platform Release deleted (2.8.0)
Actions #3

Updated by mhrivnak almost 8 years ago

  • Sprint Candidate changed from Yes to No
Actions #4

Updated by bmbouter almost 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.

Actions #5

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added

Also available in: Atom PDF