mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Start referencing new x/website repository.
parent
83fa27c087
commit
8d75655952
@ -18,14 +18,12 @@ This page outlines the steps that need to be done to cretate a new subrepository
|
|||||||
- In `maintner/maintnerd`, add the new repo to `goGitHubProjects` slice.
|
- In `maintner/maintnerd`, add the new repo to `goGitHubProjects` slice.
|
||||||
- In `cmd/gerritbot`, add the new repo to `gerritProjectWhitelist` map.
|
- In `cmd/gerritbot`, add the new repo to `gerritProjectWhitelist` map.
|
||||||
- See [an example CL](https://golang.org/cl/133896) for all 3 changes.
|
- See [an example CL](https://golang.org/cl/133896) for all 3 changes.
|
||||||
4. Modify 1 x/tools command:
|
4. Modify 1 x/website command:
|
||||||
- In `cmd/godoc`, add the new repo to `xMap` map.
|
- In `cmd/golangorg`, add the new repo to `xMap` map.
|
||||||
- See [an example CL](https://golang.org/cl/156337).
|
- See [an example CL](https://golang.org/cl/160137).
|
||||||
- Also send a backport CL into the current release-branch of x/tools, since this is what will be deployed.
|
|
||||||
- See [an example backport CL](https://golang.org/cl/156338).
|
|
||||||
5. Redeploy all affected commands in the following order:
|
5. Redeploy all affected commands in the following order:
|
||||||
1. `cmd/gitmirror` first
|
1. `cmd/gitmirror` first
|
||||||
2. `maintner/maintnerd` second
|
2. `maintner/maintnerd` second
|
||||||
- Note that it's expected for the new repo not to appear in maintner until first issue or PR is created (see [#25744](https://golang.org/issue/25744)).
|
- Note that it's expected for the new repo not to appear in maintner until first issue or PR is created (see [#25744](https://golang.org/issue/25744)).
|
||||||
3. `cmd/gerritbot` third
|
3. `cmd/gerritbot` third
|
||||||
4. `cmd/godoc` fourth
|
4. `cmd/golangorg` fourth
|
Loading…
x
Reference in New Issue
Block a user