From 67443fb086132412c6e86b03ae3d3851d0ab4a51 Mon Sep 17 00:00:00 2001 From: Paul Jolly Date: Tue, 3 Sep 2024 10:40:41 +0100 Subject: [PATCH] all: remove mentions of cue-sh(/tools) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: If7eb420a2d6e718b044de6db639c93cb1a5791f1 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1200565 TryBot-Result: CUEcueckoo Unity-Result: CUE porcuepine Reviewed-by: Daniel Martí --- internal/ci/base/base.cue | 4 ++-- internal/ci/base/codereview.cue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/ci/base/base.cue b/internal/ci/base/base.cue index 39b9010e2..c0dea7dd9 100644 --- a/internal/ci/base/base.cue +++ b/internal/ci/base/base.cue @@ -35,7 +35,7 @@ import ( ) // Package parameters -githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string +githubRepositoryPath: *(URLPath & {#url: githubRepositoryURL, _}) | string githubRepositoryURL: *("https://github.com/" + githubRepositoryPath) | string gerritHubHostname: "review.gerrithub.io" gerritHubRepositoryURL: *("https://\(gerritHubHostname)/a/" + githubRepositoryPath) | string @@ -67,7 +67,7 @@ codeReview: #codeReview & { // Define some shared keys and human-readable names. // // trybot.key and unity.key are shared with -// github.com/cue-sh/tools/cmd/cueckoo. The keys are used across various CUE +// github.com/cue-lang/contrib-tools/cmd/cueckoo. The keys are used across various CUE // workflows and their consistency in those various locations is therefore // crucial. As such, we assert specific values for the keys here rather than // just deriving values from the human-readable names. diff --git a/internal/ci/base/codereview.cue b/internal/ci/base/codereview.cue index 113aab86a..134c9405f 100644 --- a/internal/ci/base/codereview.cue +++ b/internal/ci/base/codereview.cue @@ -10,7 +10,7 @@ import ( // #codeReview defines the schema of a codereview.cfg file that // sits at the root of a repository. codereview.cfg is the configuration // file that drives golang.org/x/review/git-codereview. This config -// file is also used by github.com/cue-sh/tools/cmd/cueckoo. +// file is also used by github.com/cue-lang/contrib-tools/cmd/cueckoo. #codeReview: { gerrit?: string github?: string