forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up fixing-ownership when leaving breeze on Linux (apache#45805)
When leaving breeze on Linux we are fixing ownership of potential new generated files to be the same as the HOST user - because files created in container will be owned by root. This takes quite some time however, especially when you have .venv or node_modules or other folders with large amount of files. This change skips such files from being considered in fixing ownership if the folders are already properly owned.
- Loading branch information
Showing
2 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters