commit d8dfec717ce8b6ddd2c5927e6bd0e14ddfce9b96 Author: hiro hiro@torproject.org Date: Tue Jan 14 09:43:03 2020 +0100
Remove trailing slash from repositories path to debug gitaly errors --- roles/gitlab/templates/gitlab.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/roles/gitlab/templates/gitlab.yml.j2 b/roles/gitlab/templates/gitlab.yml.j2 index 79f0dd0..45fba44 100644 --- a/roles/gitlab/templates/gitlab.yml.j2 +++ b/roles/gitlab/templates/gitlab.yml.j2 @@ -516,7 +516,7 @@ production: &base # real path not the symlink. storages: # You must have at least a `default` storage path. default: - path: {{ ansible_user_dir }}/repositories/ + path: {{ ansible_user_dir }}/repositories gitaly_address: unix:{{ ansible_env.XDG_RUNTIME_DIR | mandatory }}/gitaly/gitaly.socket # TCP connections are supported too (e.g. tcp://host:port) # gitaly_token: 'special token' # Optional: override global gitaly.token for this storage.
tor-commits@lists.torproject.org