Refactor #5455
Updated by ppicka about 5 years ago
Create 'InterrelateContent' stage after ContentSaver stage where modulemd will build its relations to packages (and vice-versa) as now is in _post_save which is more used for not 'fully funcional content' (more metadata than content). Good example how the pulp_docker use it. Reason is to reduce size of trasaction in the stage and get better performance - to seperate semanticaly saving content and creating relations of content. avoid exception catching when trying save what come first.