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

feat: port cacerts rule #5

Merged
merged 1 commit into from
Nov 10, 2023
Merged

feat: port cacerts rule #5

merged 1 commit into from
Nov 10, 2023

Conversation

thesayyn
Copy link
Collaborator

mtree = tar_lib.create_mtree(ctx)
mtree.add_file_with_parents("/etc/ssl/certs/ca-certificates.crt", cacerts)
mtree.add_file_with_parents("/usr/share/doc/ca-certificates/copyright", copyright)
mtree.build(output = output, mnemonic = "CaCertsTarGz", inputs = [cacerts, copyright])
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@alexeagle this is awesome. gives me more confidence that bsdtar was a good choice.

@thesayyn thesayyn force-pushed the cacerts branch 3 times, most recently from 023cf18 to 8013150 Compare November 10, 2023 19:39
Copy link
Member

@loosebazooka loosebazooka left a comment

Choose a reason for hiding this comment

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

looks good

@thesayyn thesayyn merged commit b8bae75 into main Nov 10, 2023
7 checks passed
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.

2 participants