Project

Profile

Help

Story #7287

Updated by pulpbot over 2 years ago

 

 **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: 
 1. manually create a release from a list of one or more components. 
 1. add/remove components from existing releases. 
 1. manually create a component from a list of zero or more packages. 
 1. add/remove packages from existing components. 
 1. 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 

Back