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

pkg_tar: load attributes for TreeArtifacts #789

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Nov 28, 2023

  1. pkg_tar: load attributes for TreeArtifacts

    This change teaches pkg_tar to reinvoke file_attributes for each
    individual file in a TreeArtifact; this function is used to load the
    attributes passed via pkg_tar arguments (like `mode`). Before this
    change, there's no way to set individual attributes for files in a
    TreeArtifact.
    
    This attempts to maintain the previous behavior of intermediate dirs
    being 0o775, unless a custom mode is passed to override it.
    novas0x2a committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ed48f1c View commit details
    Browse the repository at this point in the history