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

Add +x to subdirectories of archives too #34

Merged
merged 4 commits into from
Mar 19, 2024

Conversation

florianpiesche
Copy link
Contributor

@florianpiesche florianpiesche commented Mar 18, 2024

The previous change only sets mode 0755 on the main output directory, which means the permissions on eg. the csd/subsets/ directory or the Mogul data subdirectories were still broken and could not be listed. This will make sure all subdirectories in the main destination are set to 0755.

Copy link
Contributor

@siong-chin siong-chin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange there isn't an easier way to operate on all subdirs recursively.

@florianpiesche florianpiesche merged commit 85af759 into main Mar 19, 2024
8 checks passed
@florianpiesche florianpiesche deleted the make-subdirectories-executable branch March 19, 2024 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants