Project

Profile

Help

Refactor #7081

Updated by ttereshc over 3 years ago

Extracting image paths [here](https://github.com/pulp/pulp-2to3-migration/blob/57e729d45b0cde3c085cfbc4593dc49a01f77c43/pulp_2to3_migration/app/plugin/content.py#L262-L264) is very distribution tree specific and doesn't apply in a generic way to any other multi_artifact types which potentially can be in the wild. 

 Define a method on the pulp_2to3 distribution model which will returm a list of paths.   
 
 Update plugin writer's docs stating that such method is required for multi_artifact types if they want to reuse core implementation on content migration. 

Back