Project

Profile

Help

Story #8049

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_ansible/718":https://github.com/pulp/pulp_ansible/issues/718 




 ---- 


 Currently,    as CollectionVersions are distinguished by name, namespace, and version. 
 This makes pulp keeping the artifact from the first provenance and ignoring artifacts from other provenances. 
 Ref: #8047 



 pulp_ansible should allow and differentiate signed from unsigned Collections. 
 One possibility would be adding the provenance to the content's identity. 

 Note: At pulp_rpm, signed and unsigned content cannot be part of the same repo version 
 https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/models/package.py#L233 

Back