Project

Profile

Help

Issue #8952

Updated by jsherril@redhat.com almost 3 years ago

On pulp-rpm 3.12, after syncing a modular repo like: https://mirror.linux.duke.edu/pub/centos/8/AppStream/x86_64/os/ 

 we see: 

 ~~~ 
 # select count(name),rpm_package.is_modular from rpm_package group by rpm_package.is_modular ; 
  count | is_modular  
 -------+------------ 
  10314 | f 
 ~~~ 

 There should be some modular rpms in that repo, but pulp is no longer reporting any. and it

Back