Skip to content

fix(enhancement): search for permissions on docker container instead of host and combine it in one command for performance enhancement#3890

Merged
BYK merged 4 commits intogetsentry:masterfrom
LvckyAPI:master
Aug 19, 2025
Merged

fix(enhancement): search for permissions on docker container instead of host and combine it in one command for performance enhancement#3890
BYK merged 4 commits intogetsentry:masterfrom
LvckyAPI:master

Conversation

@LvckyAPI
Copy link
Contributor

@LvckyAPI LvckyAPI commented Aug 19, 2025

Fixes #3882

Before the script tried to check perms on the docker host. There the folder can't be found.
I had to check it in the container.

So I jump in to the container and run the script there.
I only used one command to boost performance

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@LvckyAPI LvckyAPI requested a review from aldy505 August 19, 2025 07:20
@aldy505 aldy505 requested review from BYK and aminvakil August 19, 2025 07:21
@aldy505
Copy link
Collaborator

aldy505 commented Aug 19, 2025

Summoned bash lords for review.

@BYK BYK merged commit 657a685 into getsentry:master Aug 19, 2025
9 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 4, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

install / ensure-correct-permissions-profiles-dir.sh does not work as intended

3 participants