Add .gitconfig to allow git usage in OpenShift

Versioneer was failing because git now checks for user ownership on a git folder
and refuses to work if the ownership isn't correct. This file definitely
shouldn't be in the source repo, but at this moment, we're not sure how to make
it part of the deployment scripts (Frantisek promises to look at it really
soon(tm)).
This commit is contained in:
Kamil Páral 2023-06-20 16:34:13 +02:00
commit b34af75fa4

4
.gitconfig Normal file
View file

@ -0,0 +1,4 @@
# Allow to use git in our OpenShift deployment so that versioneer works properly.
# FIXME: This shouldn't be in the source repo, but in our deployment config.
[safe]
directory = /opt/app-root/src