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

readme (mention perms) #51150

Closed
wants to merge 1 commit into from
Closed

readme (mention perms) #51150

wants to merge 1 commit into from

Conversation

spaette
Copy link
Contributor

@spaette spaette commented Sep 1, 2023

@spaette spaette marked this pull request as draft September 1, 2023 17:10
@3f6a
Copy link

3f6a commented Sep 1, 2023

I don't think this closes JuliaLang/juliaup#865. IMO, Juliaup should take care of setting the appropriate permissions automatically, during installation.

@giordano
Copy link
Contributor

giordano commented Sep 1, 2023

In any case, can you please use more descriptive titles for pull requests?

@spaette spaette changed the title perms readme (mention perms) Sep 1, 2023
@spaette
Copy link
Contributor Author

spaette commented Sep 2, 2023

@3f6a

This is marked as a Draft, it's not the intention to prematurely close the linked to ticket.

I'm willing to specultate that a juliaup repo Collaborator and a couple of Members are aware of the linked to ticket.

This command would be more comprehensive, under the premise that none of the affected files need be writeable.

if [ -d ~/julia*/share/julia ]; then
  find ~/julia*/share/julia \
    -perm 755 -exec chmod 555 {} \+ -o -perm 644 -exec chmod 444 {} \+
fi

Or using PowerShell sl $home\julia*\share\julia; gci * -r -File | % {$_.IsReadOnly=$True}.


@giordano

While working on the pull I had meant to provide a different name than the commit.

@spaette spaette marked this pull request as ready for review September 17, 2023 20:02
@spaette
Copy link
Contributor Author

spaette commented Sep 19, 2023

JuliaLang/juliaup#865

Read the above linked to comment before considering to merge this PR.

Were that implemented instead it would add less clutter to the README.md file.

@spaette spaette marked this pull request as draft December 27, 2023 23:50
@spaette spaette marked this pull request as ready for review December 28, 2023 00:42
@spaette spaette closed this Feb 21, 2024
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.

3 participants