Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-11-26 06:09:17 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-26 06:09:17 +0300
commit846ebeb02e405ed42f8a45f34e941c70e3ca2ee3 (patch)
tree279a4c230e190a08428a1a575c09ef15113cb844 /doc/development/gitaly.md
parent9331523ddc35cee6d42f73f31b1567478a4298c4 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/gitaly.md')
-rw-r--r--doc/development/gitaly.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/development/gitaly.md b/doc/development/gitaly.md
index 9b2081b2821..0df770e74ad 100644
--- a/doc/development/gitaly.md
+++ b/doc/development/gitaly.md
@@ -191,6 +191,10 @@ If you want to run tests locally against a modified version of Gitaly you
can replace `tmp/tests/gitaly` with a symlink. This is much faster
because it avoids a Gitaly re-install each time you run `rspec`.
+Make sure this directory contains the files `config.toml` and `praefect.config.toml`.
+You can copy them from `config.toml.example` and `config.praefect.toml.example` respectively.
+After copying, make sure to edit them so everything points to the correct paths.
+
```shell
rm -rf tmp/tests/gitaly
ln -s /path/to/gitaly tmp/tests/gitaly