Analysis
Summary
Today the module command doesn't allow to make dependencies to be exported. We are planing here to add this feature.
Requirements
- Keep current behavior, --dependencies option contains dependencies tha tare not exported.
- Introduce a new option --export-dependencies=<list of dependencies to export>
- Module name completion is added for this option.
Design Notes
- Module command unit tests will be extended with coverage for this new option.
- The 2 sets of dependencies (identified by --dependencies and --export-dependencies) are used to generate the dependencies XML content.
General
Product Issue(s)
Upstream Issue(s)
Developer Contacts
Jean-François Denise (jdenise@redhat.com)
Comments