]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Run git operations as user running mkosi 960/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 7 May 2022 18:58:38 +0000 (20:58 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 7 May 2022 18:58:38 +0000 (20:58 +0200)
commit1be2434c692b2277e660cd3204e63653a4ce71ab
tree848cf568a4ff0187d084d79958eba9464a28f6dc
parent48b7ad4973878b2cd68844b99922fb5f8ffa92f7
Run git operations as user running mkosi

Latest git complains when executed as root on a user owned directory.
Let's run the git operations as the user running mkosi to avoid the
error.
mkosi/__init__.py