Project

Profile

Help

Task #3199

Updated by ttereshc about 6 years ago

Model for a Package content type should be based on the @createrepo_c@ representation of a Package: 
 http://rpm-software-management.github.io/createrepo_c/python/lib.html#createrepo_c.Package "RPM model in Pulp 2.":https://github.com/pulp/pulp_rpm/blob/pulp-rpm-2.14.3-1/plugins/pulp_rpm/plugins/db/models.py#L615-L1059 

 This model description should be possible to use for RPM extended and SRPM types. Make sure it is possible define:  
 * model(s) to distinguish packages by create 
 * their type. 


 Just fields and what are they for information, "RPM model in Pulp 2.":https://github.com/pulp/pulp_rpm/blob/pulp-rpm-2.14.3-1/plugins/pulp_rpm/plugins/db/models.py#L615-L1059 
 * uniqueness constraints

Back