kano-repository-manager
kano-repository-manager copied to clipboard
Add proper support for having multiple components
If the repo has more than one component configured, there should be a switch on dr add
to assign it to a specific component:
dr add --git <...> --component drivers
What needs to be done
- Add the options to configure components to the repo setup procedure.
- Add the
--component
option to thedr add subcommand
(link). - Extend the setup of the GitPackage and DebPackage classes to handle components when being added to the repository.
- Add component to the different places where packages are listed (the List class).