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

fix(tar): append slash to top-level directory mtree entries #852

Merged

Commits on Jun 19, 2024

  1. fix(tar): append slash to top-level directory mtree entries

    bsdtar's mtree format has a quirk wherein entries without "/" in their
    first word are treated as "relative" entries, and "relative" directories
    will cause tar to "change directory" into the declared directory entry.
    If such a directory is followed by a "relative" entry, then the file
    will be created within the directory, instead of at top-level as
    expected. To mitigate, we append a slash to top-level directory entries.
    
    Fixes bazel-contrib#851.
    sin-ack committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    667f816 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    1065064 View commit details
    Browse the repository at this point in the history