Skip to content

Commit 7be615f

Browse files
committed
repos: add pkgsite-metrics
Change-Id: I9471f16a0fa66f26561d3edf326663f7d7cd9691 Reviewed-on: https://go-review.googlesource.com/c/build/+/463455 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Julie Qiu <[email protected]> Reviewed-by: Julie Qiu <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
1 parent 24f89e0 commit 7be615f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repos/repos.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ func init() {
8080
x("oauth2")
8181
x("perf", desc("packages and tools for performance measurement, storage, and analysis"))
8282
x("pkgsite", desc("home of the pkg.go.dev website"), noBuildAndNoDash, enableCSR("go-discovery"))
83+
x("pkgsite-metrics", desc("code for serving pkg.go.dev/metrics"), enableCSR("go-ecosystem"))
8384
x("playground", noDash, enableCSR("golang-org"))
8485
x("review", desc("a tool for working with Gerrit code reviews"))
8586
x("scratch", noDash)

0 commit comments

Comments
 (0)