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

Don't try to preserve owner/permissions when extracting tarball #123

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 3, 2020

  1. Don't try to preserve owner/permissions when extracting tarball

    When run as root, `tar` defaults to `--same-owner --same-permissions`.
    This is reported to cause many errors:
    
        tar: .dropbox-dist/VERSION: Cannot change ownership to uid 1000, gid 1000: Operation not permitted
        ...
        tar: Exiting with failure status due to previous errors
    
    While this does not actually cause the apply_extra script to fail, it is
    ugly!
    
    Fixes #122
    wjt committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    e42cb7a View commit details
    Browse the repository at this point in the history