From a00fa90a030c2028b86c3103fe8a9783c276605a Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 23 Mar 2020 10:43:19 -0400 Subject: [PATCH] don't suggest -u flag when updating x/build/repos package in x/website --- CreatingSubRepository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CreatingSubRepository.md b/CreatingSubRepository.md index 95dfb900..b7218301 100644 --- a/CreatingSubRepository.md +++ b/CreatingSubRepository.md @@ -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`