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:
authorJacob Vosmaer <jacob@gitlab.com>2019-10-23 19:26:04 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-10-23 19:26:04 +0300
commitf15b27776eb1a6a05f34b782e0181e5c9a33ebc1 (patch)
tree06fd6bab28c78a9980419c5d52d6db3f2d609543
parent40bf0a23b6a39903593d5a6dc7c93256d98bc7a9 (diff)
Fix protoc-gen-gitaly in 1-59-stablefix-protoc-gen-gitaly-1-59-stable
-rw-r--r--_support/makegen.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/_support/makegen.go b/_support/makegen.go
index 91f1814ff..1a436cfe7 100644
--- a/_support/makegen.go
+++ b/_support/makegen.go
@@ -577,8 +577,8 @@ proto: {{ .ProtoC }} {{ .ProtoCGenGo }} {{ .ProtoCGenGitaly }} {{ .GrpcToolsRuby
go get github.com/golang/protobuf/protoc-gen-go@v1.3.2
{{ .ProtoCGenGitaly }}:
- # Todo fix protoc-gen-gitaly versioning
- go install gitlab.com/gitlab-org/gitaly-proto/go/internal/cmd/protoc-gen-gitaly
+ git clone --quiet -b v1.39.0 https://gitlab.com/gitlab-org/gitaly-proto.git {{ .BuildDir }}/gitaly-proto
+ cd {{ .BuildDir }}/gitaly-proto/go/internal/cmd/protoc-gen-gitaly && go build -o $@
{{ .GrpcToolsRuby }}:
gem install --bindir {{ .BuildDir }}/bin -v 1.0.1 grpc-tools