[18.0][FIX] odoo_repository: GitPython 3.1.59 compatibility - #158
Conversation
GitPython 3.1.59, released on 2026-08-10, added '--separate-git-dir' to the list of unsafe options. Allow unsafe options on clone created with workaround_fs_errors=True since they are the only once using this option.
sebalix
left a comment
There was a problem hiding this comment.
Thank you!
I'm not using anymore workaround_fs_errors option, but it was kind of required with mounted volumes on Azure. I would prefer to drop all of this workaround one day as it wasn't addressing all encountered issues anyway (like updating git remotes in existing repositories to compare commits between repositories). Better to keep it for now I guess.
Do you need it in your deployment?
|
Merging as it's blocking others PRs /ocabot merge patch |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at c814311. Thanks a lot for contributing to OCA. ❤️ |
Not at all... (at least AFAIK) but changes required to make the CI 💚 😏 |
GitPython 3.1.59, released on 2026-08-10, added '--separate-git-dir' to the list of unsafe options.
Allow unsafe options on clone created with workaround_fs_errors=True since they are the only once using this option.
Without this fix tests for `workaround_fs_error=Truer fails