Skip to content

[FR]: mtree_mutate should support changing mode #18

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

Open
thesayyn opened this issue Aug 29, 2024 · 0 comments · May be fixed by bazel-contrib/bazel-lib#1059
Open

[FR]: mtree_mutate should support changing mode #18

thesayyn opened this issue Aug 29, 2024 · 0 comments · May be fixed by bazel-contrib/bazel-lib#1059
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@thesayyn
Copy link
Collaborator

What is the current behavior?

Currently, there is no way to set mode for files via mtree_mutate, or preserve the original mode.

Describe the feature

# preserves the mode from source file
mtree_mutate(mode = "preserve") 
# sets the mode for all files to 0777
mtree_mutate(mode = "0777")
@thesayyn thesayyn added the enhancement New feature or request label Aug 29, 2024
@alexeagle alexeagle transferred this issue from bazel-contrib/bazel-lib May 22, 2025
@thesayyn thesayyn added the help wanted Extra attention is needed label May 30, 2025
@thesayyn thesayyn self-assigned this May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant