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

Add initial archiving functionality #104

Merged
merged 21 commits into from
May 22, 2024
Merged

Add initial archiving functionality #104

merged 21 commits into from
May 22, 2024

Conversation

tjgalvin
Copy link
Owner

In preparation for running jobs automatically, it has become apparent that archiving options are needed. This pull request adds functions to:

  • tarball up selected files resolved from glob expressions from a processing directory
  • copy selected files resolved from glob expressions into a final location

There is a new ArchiveOptions class used to help control and interface into these functions. At the moment the list of files that will be copied are hard-coded across 4 or 5 glob expressions.

This has also been patched into the typical continuum pipeline, but I think that there are better ways of implementing this. Perhaps as a separate flow that is called after the initial larger workflow.

@tjgalvin tjgalvin merged commit f254650 into main May 22, 2024
2 checks passed
@tjgalvin tjgalvin deleted the archive branch May 27, 2024 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant