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

Restrict tar transform to regular files #24

Open
wants to merge 1 commit into
base: 2019.02-op-build
Choose a base branch
from

Commits on Apr 18, 2019

  1. Restrict tar transform to regular files

    Without this restriction, symlinks are rewritten and corrupted.
    
    Example without the restriction:
    
    Input tree (valid):
    package-githash/file1
    package-githash/link -> ./file1
    
    Output tree (broken):
    package-githash/file1
    package-githash/link -> package-githash/file1
    Raptor Engineering Development Team committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    c2b02f0 View commit details
    Browse the repository at this point in the history