Actions
Story #7287
closedAs a user I want to create arbitrary structured publications
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Target Release - Debian:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulp_deb/391":https://github.com/pulp/pulp_deb/issues/391
Right now the only way to create structured publications is to sync a remote repository (the metadata structure of which will be recreated by pulp_deb).
Instead, I want the ability to:
- manually create a release from a list of one or more components.
- add/remove components from existing releases.
- manually create a component from a list of zero or more packages.
- add/remove packages from existing components.
- add/remove releases from a repository.
It is crucial that any of the above actions automatically create a consistent repository. For example: If I add a release to a repository, then any components, packages, etc. part of that release must also be added to the repository automatically
Related issues
Actions