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 TarWriter.TarEntry exception when adding file whose Unix group owner does not exist in the system #81070

Merged
merged 7 commits into from
Jan 25, 2023

Commits on Jan 24, 2023

  1. Do not throw if a unix group is non-existent when creating a TarEntry…

    … from a file using TarWriter.
    carlossanlop committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    47bc8d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61c2bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ef7a7c View commit details
    Browse the repository at this point in the history
  4. Address src feedback.

    carlossanlop committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    a4ece96 View commit details
    Browse the repository at this point in the history
  5. Address test feedback

    carlossanlop committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4ea753e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3370d9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9e601ef View commit details
    Browse the repository at this point in the history