Project

Profile

Help

Issue #4718

Updated by ttereshc almost 5 years ago

In Pulp 2.19 copying modules does not automatically copy over rpms.  

 Using recursive:True otoh tries to dep solve and copies not only rpms but dependent module streams and their dependent rpms (could be a a fairly expensive operation.) 

 To preserve module integrity What katello needs is ideally a new "copy --with-modular-rpms" option to just copy modules and help users not to break module content easily, all available their artifacts should always be copied (without their dependencies) 
 To include dependencies, one should use --recursive or --recursive-conservative flag. over between repos.

Back