don't suggest -u flag when updating x/build/repos package in x/website

Dmitri Shuralyov 2020-03-23 10:43:19 -04:00
parent bed8e491f8
commit a00fa90a03

@ -14,7 +14,7 @@ This page outlines the steps that need to be done to create a new golang.org/x r
- Add "robots" team with Write access (can only be done by a maintainer of golang organization; ask someone else if you're not).
- Create "cla: yes" and "cla: no" labels, they need to exist so that [@googlebot](https://github.com/googlebot) can automatically apply them. (Without a "cla: yes" label, PRs won't be imported into Gerrit.)
3. Modify the `x/build/repos` package.
4. Bump x/website's `go.mod` dep of x/build with `go get -u golang.org/x/build/repos`
4. Update x/website's version of x/build to include modified `x/build/repos` package.
5. Redeploy all affected commands: (the order shouldn't matter)
1. `x/build/cmd/gitmirror`
2. `x/build/maintner/maintnerd`