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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-14 15:08:26 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-12-14 16:11:27 +0300
commit362a1c692293c5e375ac46dfad5ab37faa35d7c1 (patch)
tree2395ab3eb5b4e5eb853aaab6db5d833dd844725f /doc/test_repos.md
parent455dd16d8763eeb030dcb893972fafd823cdb9bc (diff)
tests: Remove unneeded seed repositories
Remove infrastructure to clone the "gitlab-test-mirror.git" and "gitlab-git-test.git" seed repositories. They are not used anymore.
Diffstat (limited to 'doc/test_repos.md')
-rw-r--r--doc/test_repos.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/test_repos.md b/doc/test_repos.md
index 940fdf82a..651196fe5 100644
--- a/doc/test_repos.md
+++ b/doc/test_repos.md
@@ -6,7 +6,6 @@ second one for free when importing code from `gitlab-ce`.
These repositories get cloned by `make prepare-tests`. They end up in:
- `_build/testrepos/gitlab-test.git`
-- `_build/testrepos/gitlab-git-test.git`
To prevent fragile tests, we use fixed `packed-refs` files for these
repositories. They get installed by make (see `_support/makegen.go`)