Improve content management for launch packages #15
Labels
Affects: Python API
Affects the public Python API of the project
Affects: Spec Format
Affect the stack specification format
Category: Enhancement
New feature or request
Launch packages currently ship everything inside the specified folder. This means things like
README.md
files that shouldn't be deployed have to be kept outside the package folder they relate to.It would be useful to support at least the choice between
path/to/launch_package/**
andpath/to/launch_package/*.py
when deciding which launch package files to copy to the build folder for deployment (any changes to the filter that affected the included files would show up in the input metadata as a change to the directory hash)The text was updated successfully, but these errors were encountered: