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

Removed exec flag from the files #1

Open
wants to merge 9 commits into
base: devel
Choose a base branch
from
Open

Conversation

sgenie68
Copy link

All the files in the repository have "exec" attribute set. This creates a problem in the cluster, where the filesystem umode drops X flag for the cloned directory and, consequently, build fails due to unresolved differences. Since X flag is not required there, it is cleaner not to have files marked with it. This pull request is to drop X flag from all the files in the repository unless it is required for a real executable.

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

Successfully merging this pull request may close these issues.

2 participants