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

execute permissions are being stripped #404

Closed
mobileoverlord opened this issue Aug 7, 2017 · 2 comments
Closed

execute permissions are being stripped #404

mobileoverlord opened this issue Aug 7, 2017 · 2 comments

Comments

@mobileoverlord
Copy link
Contributor

mobileoverlord commented Aug 7, 2017

Nerves leverages several shell scripts and files that are included as part of the hex package that require execute permissions to be set. Hex used to store the permissions for these files but no longer does.

Here is an example of the difference between the create-build.sh file that is part of nerves_system_br

nerves_system_br 0.13.3
-rwxr-xr-x 1 jschneck staff 4.5K Aug 6 15:40 create-build.sh
nerves_system_br 0.13.4
-rw-r--r-- 1 jschneck staff 4.5K Aug 7 11:27 create-build.sh

This issue seems to be happening across the board as we are hitting against it in our network stack too.

@ericmj
Copy link
Member

ericmj commented Aug 8, 2017

@mobileoverlord Sorry, this was a regression in the last release. It has been fixed on master, you can use master by cloning this repo and running mix install.

@mobileoverlord
Copy link
Contributor Author

❤️ Thanks Eric

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

2 participants