Start using the latest stable version of Go and Debian, fix LABEL
syntax, replace brittle docker build speed optimization (see past
CLs like CL 360838, CL 349091 for more detailed motivation).
Update deployment instructions in README.md. We use the 'services'
cluster in the us-central1 region now.
Updates golang/go#48408.
Change-Id: I0901c4f62dfbe37ad78f0ba6928b3eb0eefc4e3a
Reviewed-on: https://go-review.googlesource.com/c/build/+/383814
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
And fix gitmirror's build due to missing internal/foreach.
Change-Id: I1a69b7f6680a7cc69947746dad2e5d4627a3122f
Reviewed-on: https://go-review.googlesource.com/c/build/+/194341
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Also updates the base image to Go 1.13 and removes the explicit
setting of GOPROXY as it’s not needed anymore in 1.13.
Change-Id: Ifa31fa2e7b1fb0f62f945c4dcea82900437dee85
Reviewed-on: https://go-review.googlesource.com/c/build/+/193878
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
CL 176257 refactored the Dockerfile to remove the use of gitlock but I
forgot to include ca-certificates here.
Updates golang/go#32272 (fixes maybe)
Updates golang/go#26872
Change-Id: I7b0e3a756bc9805e81e499b8b7d7c6ed0defb871
Reviewed-on: https://go-review.googlesource.com/c/build/+/179077
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Also update deps to pull in golang.org/x/time/rate for maintner.
Change-Id: I67ceef2eb16ccc0ce3ae4da8e8e07c07c1a8825f
Reviewed-on: https://go-review.googlesource.com/106916
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Adds two new functions to maintner:
+ (*GerritCL).Subject() returns the first line of the latest
commit message.
+ (*GitHubRepo).ForeachMilestone calls a passed function for each
milestone in the repo.
Change-Id: I08c50ea53b781064c8ab2ddaff2177f51ebb091d
Reviewed-on: https://go-review.googlesource.com/50652
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This change removes all but the / and /release endpoints, moving
things around and deleting all App Engine-specific code while
attempting to not make many core logic changes (those will come in a
follow-up change).
Updates golang/go#20691
Change-Id: Ie8fa184578177cc2cb3c070e9108cf27d9e6f689
Reviewed-on: https://go-review.googlesource.com/46832
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>