Project

Profile

Help

Task #5744

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulp_rpm/2227":https://github.com/pulp/pulp_rpm/issues/2227 




 ---- 


 Currently there is no enforcement at the db level to require certain fields for the majority of content models. 

 Package needs NEVRA, pkgId, checksum_type at minimum.   
 UpdateRecord - id, issued_date, updated_date, digest   
 UpdateCollectionPackage - NEVRA   
 Modulemd - NSVCA   
 Module-defaults - module, digest   
 PackageGroup/Environment/Category - id, digest   
 PackageLangpacks - matches, digest   
 RepoMetadataFile - data_type, checksum 

 DistributionTree - header_version, release_name, release_version, arch, build_timestamp   
 Checksum - path, checksum   
 Image - name, path   
 Addon - addon_id, uid, name, type, packages   
 Variant - variant_id, uid, name, type, packages 

 

Back