Skip to content

Commit

Permalink
avoid git complaining about dubious ownership
Browse files Browse the repository at this point in the history
this lead to breakage of setuptools_scm, it could not
determine the borg version under fakeroot due to this
git / ownership issue.
  • Loading branch information
ThomasWaldmann committed Dec 24, 2022
1 parent 795a553 commit ae8b0eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def run_tests(boxname, skip_env)
pyenv local 3.8.0 3.9.16 3.10.0
fi
# otherwise: just use the system python
# avoid that git complains about dubious ownership if we use fakeroot:
git config --global --add safe.directory /vagrant/borg/borg
# some OSes can only run specific test envs, e.g. because they miss FUSE support:
export TOX_SKIP_ENV='#{skip_env}'
if which fakeroot 2> /dev/null; then
Expand Down

0 comments on commit ae8b0eb

Please sign in to comment.