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

Add support for subpackages (like pulp_file) #14

Closed pedro-psb closed 6 months ago

pedro-psb commented 6 months ago

This adds support for using subpackages (nested packages under a main repository, like pulp_file) as regular repositories

About subpackages content in the repo:

About subpackages declaration in the repolist.yml file:

An example:

repos:
  content: 
    - name: pulp_certguard # subpackage entry
      title: Certguard
      subpackage_of: pulpcore
  core: 
    - name: pulpcore # regular repository entry
      owner: pulp
      title: Pulp Core
      branch: main