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

build: Support advanced globbing features in --download patterns #215

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

tsibley
Copy link
Member

@tsibley tsibley commented Aug 2, 2022

This helps reduce the number of patterns needed to download
large-but-specific subsets of a build with many output files (e.g.
ncov).

Resolves #123.

Testing

  • Verified a subset of advanced features work with expected behaviour against actual build
  • CI passes

This helps reduce the number of patterns needed to download
large-but-specific subsets of a build with many output files (e.g.
ncov).

Resolves <#123>.
@tsibley tsibley requested a review from a team August 3, 2022 17:30
Copy link
Contributor

@joverlee521 joverlee521 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@tsibley tsibley merged commit 2c07a58 into master Aug 3, 2022
@tsibley tsibley deleted the trs/build/download-globs branch August 3, 2022 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Support recursive globbing (**/) for download paths
2 participants