build/maintner/maintnerd
Damien Neil c4345a7cbf maintner: use more recent protobuf module
Switch from the older github.com/golang/protobuf module
to the newer google.golang.org/protobuf one.

Mostly a no-op, but this will change the formatting of
text protos a bit.

Change-Id: I2ac90ad5f882c6429ab7c81d55496adbb1008542
Reviewed-on: https://go-review.googlesource.com/c/build/+/617275
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
2024-10-02 21:01:05 +00:00
..
apipb all: regenerate .pb.go files, unify generation process 2024-10-02 16:11:41 +00:00
gcslog maintner: use more recent protobuf module 2024-10-02 21:01:05 +00:00
maintapi maintner: use more recent protobuf module 2024-10-02 21:01:05 +00:00
.gitignore maintner/maintnerd: change Dockerfile to FROM scratch 2017-04-20 20:34:59 +00:00
Dockerfile all: update Dockerfile to build with Go 1.23 2024-09-12 18:00:55 +00:00
Makefile maintner/maintnerd: remove unused vars from Makefile 2022-03-18 20:15:34 +00:00
README.md cmd/coordinator,internal: move metrics to internal 2022-08-10 17:21:21 +00:00
deployment-prod.yaml all: make copyright headers consistent 2023-03-01 01:31:01 +00:00
maintnerd.go all: clean up obsolete +build lines and io/ioutil uses [generated] 2023-09-08 21:45:36 +00:00

README.md

Go Reference

golang.org/x/build/maintner/maintnerd

The maintnerd command serves project maintainer data from Git, Github, and/or Gerrit.

Deployment

See the documentation on deployment.