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

Set file as executable in module #2278

Closed
DamnClin opened this issue Jun 28, 2022 · 3 comments · Fixed by #2279
Closed

Set file as executable in module #2278

DamnClin opened this issue Jun 28, 2022 · 3 comments · Fixed by #2279

Comments

@DamnClin
Copy link
Collaborator

Add the possibility to set a file as executable in modules (and to test it)

@pascalgrimaud
Copy link
Member

about this subject, I should give a try to use git for changing the permission of the file, something like git update-index --chmod=-x path/to/file, so we are sure it will work for Windows

@DamnClin
Copy link
Collaborator Author

For now I just took the same code and put it into the module mechanism :) (because I need that for the init modules)

@pascalgrimaud
Copy link
Member

yes sure, my idea should be tried in another PR, later (when removing jgit, as it's not supported by spring native)

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

Successfully merging a pull request may close this issue.

2 participants