-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Unable to disable recursive mode excepts "chmod" mode #1822
Comments
I think this is better. Can you create pull request? |
janreges
added a commit
to janreges/deployer
that referenced
this issue
Mar 31, 2019
…e modes (chmod, chown, chgrp, acl) (deployphp#1822)
@antonmedv PR is ready with updated CHANGELOG.md. Thank you for merge :-) |
janreges
changed the title
Unable to disable recursive mode excepts setfacl mode
Unable to disable recursive mode excepts "chmod" mode
Mar 31, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Thank you for Deployer - we use it few years and it's great tool! 👍
We encountered one problem. Deployer contains
writable_chmod_recursive
which is handled only by mode "chmod" and it is not suitable for us.All another modes are forced to be recursive without option to disable recursive mode.
Default mode
setfacl
is optimal, but when project contains a lot of files, taskdeploy:writable
then runs long minutes due to recursive mode, which is unnecessary :-(Optimal would be one common parameter
writable_recursive
(default: true) used by all modes. Due to backward compatibility,writable_chmod_recursive
would have priority inchmod
mode.What do you think?
Thank you.
The text was updated successfully, but these errors were encountered: