Skip to content

Remove `gitaly.client_path` and fix config.toml

Kamil Trzciński requested to merge fix-gitaly-bin-dir into master

What does this MR do?

This removes unused gitaly.client_path and fixes a source installation of gitaly to reflect a specified path in a rake "gitlab:gitaly:install[/home/git/gitaly2,...]"

We do:

  • Remove gitaly.client_path as Rails do not depend on it
  • Use gitaly_dir as specified by gitlab:gitaly:install
  • Remove fetch_env as it is unused

Related:

Does this MR meet the acceptance criteria?

Conformity

Edited by Kamil Trzciński

Merge request reports