Skip to content

[bundleXpcf/bundle] Accept multiple configuration files/packagedependency files  #32

@jim-bcom

Description

@jim-bcom

CONTEXT

  • Say we want to split the project configuration into several files (e.g. one for modules and one for properties in order to be able to test different values for the components properties).
  • We could also have several packagedepedencies files to have fine grain control
  • We also could want to bundle several executable/projects together.

PROBLEM

  • Currently remaken bundleXpcf only take one parameter for configuration file and one parameter for packagedependencies file.
  • So in the context described above, it requires to build multiple calls to remaken install on several configuration files, by passing or not the pkgdep files in order to avoid the duplication of work, etc... Or make calls to bundleXpcf for config files and bundle for properties files...

SUGGESTED SOLUTION

  • It could bring some confort to be able to pass all the configuration and pkgdeps files on the same call to remaken bundleXpcf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions