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)).
4 lines
200 B
INI
4 lines
200 B
INI
# 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
|