pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

Fix problem with nested packages not showing #60

Closed pedro-psb closed 2 months ago

pedro-psb commented 2 months ago

The subpackges (e.g, pulp_file and certguard, which are children of pulpcore) were not showing.

The reason is that a recent change started sorting the packages, which broke a script where subpackages were dependent on its parent packages being processed first.