build/maintner
Dmitri Shuralyov 82671ab25b maintner/maintnerd/maintapi: adjust heuristic for tip version
The vast majority of the time, when Go 1.X (or Go 1.X.Y) is the latest
supported Go release, non-release branches are used for developing
the next Go 1.(X+1) version and not the same Go 1.X version.

Adjust the imperfect heuristic used to determine the Go version from
the branch name by taking this into account.

Make the output from the TestFindTryWork test easier to read,
as it's expensive to add test coverage for this change elsewhere.

For golang/go#42341.
Fixes golang/go#42377.
Updates golang/go#42376.

Change-Id: I70b21662f2a4c853d14a0928f8bd7361fc6aafd6
Reviewed-on: https://go-review.googlesource.com/c/build/+/267677
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
2020-11-06 19:08:00 +00:00
..
cmd/maintserve maintner/cmd/maintserve: update golang.org/x/build to v0.0.0-20200605162911-826f76b0b12a 2020-06-10 21:02:58 +00:00
godata maintner: migrate secrets to secret manager 2020-03-11 20:32:22 +00:00
gostats all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
maintnerd maintner/maintnerd/maintapi: adjust heuristic for tip version 2020-11-06 19:08:00 +00:00
maintpb maintner: don't generate no-op github issue mutations on empty bodies 2019-12-05 17:34:07 +00:00
maintq app, gitmirror, maintner: use maintner for dashboard, not datastore 2019-12-06 21:18:41 +00:00
maintwatch maintner: simplify TailNetworkMutationSource API 2020-03-02 18:53:39 +00:00
reclog maintner: add TailNetworkMutationSource and new cmd/maintwatch command 2019-12-05 18:04:20 +00:00
testdata maintner: increase test coverage for github.go and maintner.go 2019-10-02 16:22:21 +00:00
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
example_test.go maintner: add examples 2017-12-19 22:08:30 +00:00
gerrit.go maintner: record, note deleted Gerrit refs 2019-12-03 19:17:26 +00:00
gerrit_test.go maintner: handle multi-line subject edge-case 2019-02-11 18:03:06 +00:00
git.go cmd/coordinator, maintner, devapp: factor out foreachLine helpers 2019-08-30 20:45:12 +00:00
git_test.go maintner: fix tests 2017-03-31 01:06:28 +00:00
github.go maintner: handle deleted issues in githubRepoPoller.syncIssues 2020-03-02 15:42:43 +00:00
github_test.go maintner: increase test coverage for github.go and maintner.go 2019-10-02 16:22:21 +00:00
logger.go maintner: support for updating corpus in-place from its mutation source 2017-04-30 21:30:16 +00:00
maintner.go maintner: simplify TailNetworkMutationSource API 2020-03-02 18:53:39 +00:00
maintner_test.go maintner: don't generate no-op github issue mutations on empty bodies 2019-12-05 17:34:07 +00:00
netsource.go maintner: simplify TailNetworkMutationSource API 2020-03-02 18:53:39 +00:00
netsource_test.go maintner: add TailNetworkMutationSource and new cmd/maintwatch command 2019-12-05 18:04:20 +00:00
subscribe.go maintnerd: subscribe to pubsubhelper 2017-04-06 15:19:04 +00:00

README.md

GoDoc

golang.org/x/build/maintner

Package maintner mirrors, searches, syncs, and serves Git, Github, and Gerrit metadata.