Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

textfile: Allow specifiying multiple directory globs. #3135

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 29, 2024

  1. textfile: Allow specifiying multiple directory globs.

    We already support reading from multiple directories though only using globs. Now we can specify them outright.
    
    Example use case is exporting both static info on a RO FS generated during image building and traditional uses of textfiles (e.g. for R/W service metrics files) without scripting a file copy.
    
    * keep flag name for compatibility
    * clarify flag help text
    * add test case (replicating the glob one)
    
    Signed-off-by: eduarrrd <[email protected]>
    eduarrrd committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    a40f26e View commit details
    Browse the repository at this point in the history