Skip to content

Commit 67443fb

Browse files
committed
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 <[email protected]> Change-Id: If7eb420a2d6e718b044de6db639c93cb1a5791f1 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200565 TryBot-Result: CUEcueckoo <[email protected]> Unity-Result: CUE porcuepine <[email protected]> Reviewed-by: Daniel Martí <[email protected]>
1 parent 691ee74 commit 67443fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

internal/ci/base/base.cue

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
// Package parameters
38-
githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string
38+
githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string
3939
githubRepositoryURL: *("https://github.com/" + githubRepositoryPath) | string
4040
gerritHubHostname: "review.gerrithub.io"
4141
gerritHubRepositoryURL: *("https://\(gerritHubHostname)/a/" + githubRepositoryPath) | string
@@ -67,7 +67,7 @@ codeReview: #codeReview & {
6767
// Define some shared keys and human-readable names.
6868
//
6969
// 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
7171
// workflows and their consistency in those various locations is therefore
7272
// crucial. As such, we assert specific values for the keys here rather than
7373
// just deriving values from the human-readable names.

internal/ci/base/codereview.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
// #codeReview defines the schema of a codereview.cfg file that
1111
// sits at the root of a repository. codereview.cfg is the configuration
1212
// 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.
1414
#codeReview: {
1515
gerrit?: string
1616
github?: string

0 commit comments

Comments
 (0)