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-05-02 10:39:20 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-06 11:44:31 +0300
commitba661eea55984bd4ab0c00f15c2dfa07efb07cb7 (patch)
treeb6231a2ca5a91507c7f291877ae6fbba76963ca9 /_support
parent1466804c6e8e1cd5e237349998e0fca370ca3855 (diff)
tools: Move Protoc plugins into top-level `tools/` directory
The Protoc plugins we use are hidden away deep into the `proto/` directory, which makes it very hard to discover them when one doesn't already know about their existence. Let's move them into a new top-level `tools/` directory.
Diffstat (limited to '_support')
-rw-r--r--_support/module-updater/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/_support/module-updater/main.go b/_support/module-updater/main.go
index e604c7b64..896d21ab7 100644
--- a/_support/module-updater/main.go
+++ b/_support/module-updater/main.go
@@ -26,9 +26,9 @@ var skipDirs = map[string]bool{
"danger": true,
"doc": true,
"proto/go/gitalypb": true,
- "proto/go/internal/cmd/protoc-gen-gitaly-lint/testdata": true,
"ruby": true,
"scripts": true,
+ "tools/protoc-gen-gitaly-lint/testdata": true,
"unreleased": true,
}