You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "pierrejeambrun (via GitHub)" <gi...@apache.org> on 2023/03/11 13:05:28 UTC

[GitHub] [airflow] pierrejeambrun commented on pull request #30025: Git clean should work if root owned files are in the working tree

pierrejeambrun commented on PR #30025:
URL: https://github.com/apache/airflow/pull/30025#issuecomment-1464908380

   Yep this is better.
   
   I just update the PR to always do a `fix_ownership` before `git clean -fxd`. I don't think we need the `use_root` option yet, as it works fine without having to use root (even on linux).
   
   The only thing is that I had to add `.mypy_cach` and `dev` to the folder that we check for fixing permission. (Some files were root owned on my end here and the command would fail).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org