-
Notifications
You must be signed in to change notification settings - Fork 182
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 tree artifact support to pkg_zip #537
Conversation
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 modulo comments.
This change was a little hard to read: the creation of the ZipWriter
class probably should have been done separately from the TreeArtifact integration so that it was more obvious what changed in add_manifest_entry
.
Yes. This ended up as to PRs. I should have made it 3. |
Fixes #309
It is a largish change only because I refactored biuld_zip from free methods to a class.
That made it easier to pass around the default mode and timestamp.