-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: extend Snapshotter
to archive only specific files and directories
#2189
feat: extend Snapshotter
to archive only specific files and directories
#2189
Conversation
2f79c05
to
4331d07
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
I had a sightly different idea regarding the snapshotter, but your design may work as well and is flexible enough to be adapted if needed.
What I had in mind was to let the snapshotter compute itself the subset of files that must be included in a ancillary archive, the only parameter to pass would be the immutable to include.
…ries Co-authored-by: Sébastien Fauvel <sfauvel@users.noreply.github.com>
* mithril-aggregator from `0.6.5` to `0.6.6`
4331d07
to
58133cb
Compare
Content
This PR includes an update to the
Snapshotter
that allows it to create archives from specific directories and files.It’s a preparatory step for the creation of archives from ancillary files.
Pre-submit checklist
Issue(s)
Relates to #2151