commit c33616e19aa2ac198b3471613cb8a7415beebbd8 Author: hiro hiro@torproject.org Date: Tue Jan 14 11:53:52 2020 +0100
Edit gitaly config to debug errors --- roles/gitaly/templates/gitaly.toml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/roles/gitaly/templates/gitaly.toml.j2 b/roles/gitaly/templates/gitaly.toml.j2 index 99f4353..5f29374 100644 --- a/roles/gitaly/templates/gitaly.toml.j2 +++ b/roles/gitaly/templates/gitaly.toml.j2 @@ -13,8 +13,8 @@ bin_dir = "{{ ansible_user_dir }}/bin" prometheus_listen_addr = "localhost:9236"
# # Git executable settings -# [git] -# bin_path = "/usr/bin/git" +[git] +bin_path = "/usr/bin/git"
[[storage]] name = "default"
tor-commits@lists.torproject.org