this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

all: remove mentions of cue-sh(/tools)

Ensure we don't reference the cue-sh org any more. This mainly involves
correcting references to the new github.com/cue-lang/contrib-tools repo.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: If7eb420a2d6e718b044de6db639c93cb1a5791f1
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200565
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>

+3 -3
+2 -2
internal/ci/base/base.cue
··· 35 35 ) 36 36 37 37 // Package parameters 38 - githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string 38 + githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string 39 39 githubRepositoryURL: *("https://github.com/" + githubRepositoryPath) | string 40 40 gerritHubHostname: "review.gerrithub.io" 41 41 gerritHubRepositoryURL: *("https://\(gerritHubHostname)/a/" + githubRepositoryPath) | string ··· 67 67 // Define some shared keys and human-readable names. 68 68 // 69 69 // trybot.key and unity.key are shared with 70 - // github.com/cue-sh/tools/cmd/cueckoo. The keys are used across various CUE 70 + // github.com/cue-lang/contrib-tools/cmd/cueckoo. The keys are used across various CUE 71 71 // workflows and their consistency in those various locations is therefore 72 72 // crucial. As such, we assert specific values for the keys here rather than 73 73 // just deriving values from the human-readable names.
+1 -1
internal/ci/base/codereview.cue
··· 10 10 // #codeReview defines the schema of a codereview.cfg file that 11 11 // sits at the root of a repository. codereview.cfg is the configuration 12 12 // file that drives golang.org/x/review/git-codereview. This config 13 - // file is also used by github.com/cue-sh/tools/cmd/cueckoo. 13 + // file is also used by github.com/cue-lang/contrib-tools/cmd/cueckoo. 14 14 #codeReview: { 15 15 gerrit?: string 16 16 github?: string