openshift/odo -> redhat-developer/odo (#5268)

* openshift/odo -> redhat-developer/odo

* update more links to redhat-developer
This commit is contained in:
Tomas Kral
2021-12-01 16:38:34 +01:00
committed by GitHub
parent 3f32a21fbb
commit 5f79c542a8
340 changed files with 1237 additions and 1235 deletions

View File

@@ -21,7 +21,7 @@ if [ $KUBERNETES == "true" ]; then
install_redis_operator kubectl operators operatorhubio-catalog olm
elif [ $(uname -m) == "s390x" ]; then
# create "operator-ibm-catalog" CatalogSource for s390x
oc apply -f https://raw.githubusercontent.com/openshift/odo/main/website/manifests/catalog-source-$(uname -m).yaml
oc apply -f https://raw.githubusercontent.com/redhat-developer/odo/main/website/manifests/catalog-source-$(uname -m).yaml
# install "redis-oprator" using "oc" in "openshift-operators" namespace; use "operator-ibm-catalog" catalog source from "openshift-marketplace" namespace
install_redis_operator oc openshift-operators operator-ibm-catalog openshift-marketplace
else

View File

@@ -40,9 +40,9 @@ cat > "./.bintray.json" <<EOF
"repo": "odo",
"subject": "odo",
"desc": "OpenShift Command line for Developers",
"website_url": "https://github.com/openshift/odo",
"issue_tracker_url": "https://github.com/openshift/odo/issues",
"vcs_url": "https://github.com/openshift/odo.git",
"website_url": "https://github.com/redhat-developer/odo",
"issue_tracker_url": "https://github.com/redhat-developer/odo/issues",
"vcs_url": "https://github.com/redhat-developer/odo.git",
"licenses": ["Apache-2.0"],
"public_download_numbers": false,
"public_stats": false

View File

@@ -15,7 +15,7 @@ fi
for d in $(go list ./... | grep -v vendor | grep -v tests); do
# For watch related tests, race check causes issue so disabling them here as race is already tested in other tests when used with `-coverprofile=profile.out`
if [ "$d" = "github.com/openshift/odo/pkg/component" ]; then
if [ "$d" = "github.com/redhat-developer/odo/pkg/component" ]; then
go test -coverprofile=profile.out -covermode=atomic $d
elif [ "${ARCH}" == "s390x" ]; then
# The race detector is currently not supported on s390x .

View File

@@ -38,7 +38,7 @@ case $1 in
;;
esac
export REPO_URL="https://github.com/openshift/odo"
export REPO_URL="https://github.com/redhat-developer/odo"
# Extract PR NUMBER from prow job spec, which is injected by prow.
export TARGET="$(jq .refs.pulls[0].number <<< $(echo $JOB_SPEC))"
##### ci-firewall parameters end

View File

@@ -32,7 +32,7 @@ case ${1} in
odo logout
;;
minishift)
cd $HOME/openshift/odo
cd $HOME/redhat-developer/odo
eval $(minishift oc-env)
shout "| Logging in to minishift..."

View File

@@ -20,7 +20,7 @@ export TIMEOUT=${TIMEOUT:-"4h00m"}
set -x
export JOB_NAME=${JOB_NAME:-"odo-pr-build"}
export REPO_URL="https://github.com/openshift/odo"
export REPO_URL="https://github.com/redhat-developer/odo"
# Extract PR NUMBER from prow job spec, which is injected by prow.
export TARGET="$(jq .refs.pulls[0].number <<< $(echo $JOB_SPEC))"
export CUSTOM_HOMEDIR=$ARTIFACT_DIR

View File

@@ -37,8 +37,8 @@ fi
# Change the below to your credentials
DOCS_REPO_NAME="odo"
DOCS_REPO_URL="git@github.com:openshift/odo.git"
DOCS_REPO_HTTP_URL="http://github.com/openshift/odo"
DOCS_REPO_URL="git@github.com:redhat-developer/odo.git"
DOCS_REPO_HTTP_URL="http://github.com/redhat-developer/odo"
DOCS_USER="odo-bot"
DOCS_EMAIL="cdrage+odo@redhat.com"
@@ -117,7 +117,7 @@ cd ..
#
#toc_footers:
# - <a href='http://openshiftdo.org'>openshiftdo.org</a>
# - <a href='https://github.com/openshift/odo'>odo on GitHub</a>
# - <a href='https://github.com/redhat-developer/odo'>odo on GitHub</a>
#
#search: true
#---