-
Notifications
You must be signed in to change notification settings - Fork 705
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
fix CodAn bin/* executable permissions for all users #17607
Conversation
@@ -27,7 +27,7 @@ install_cmd = "cp -r %(builddir)s/* %(installdir)s/ && " | |||
install_cmd += "tar -xf %(installdir)s/%(name)s-%(version)s/CodAn.tar.gz && " | |||
install_cmd += "mkdir %(installdir)s/bin && " | |||
install_cmd += "mv %(installdir)s/%(name)s-%(version)s/bin/* %(installdir)s/bin && " | |||
install_cmd += "chmod u+rwx %(installdir)s/bin/* " | |||
install_cmd += "chmod u+rwx,go+x %(installdir)s/bin/* " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe go+rx
is better, to avoid confusion?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
technically thats not needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@boegelbot please test @ generoso |
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1487127910 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen2 |
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1487189457 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
Test report by @boegel |
Going in, thanks @hajgato! |
No description provided.