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

Files primed from the static folder can have different permissions depending on umask #69

Open
alfonsosanchezbeato opened this issue Jul 1, 2022 · 0 comments

Comments

@alfonsosanchezbeato
Copy link
Member

Files primed from the static folder can have different permissions depending on umask, as git clone set permissions depending on it (git repositories don't track file modes, other than the executable bit and whether the file is a symbolic link: https://git-scm.com/book/en/v2/Git-Internals-Git-Objects#_tree_objects). Therefore, to have reproducible builds we should use probably install on those files instead of cp -a.

See also core.sharedRepository in https://git-scm.com/docs/git-config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant