Skip to content

Commit

Permalink
fix links; remove eclipse-che/che-plugin-broker (archived); dedupe ch…
Browse files Browse the repository at this point in the history
…e-incubator/devfile-api entries (why listed twice?)

Change-Id: I571d2d7b2fbbaf787d5a4c4a01a8d25c8abc38e0
Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Sep 11, 2023
1 parent ba16c63 commit 1021647
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions .repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repositories:
description: >-
(this repository) the main project repository
devfile: https://github.com/eclipse/che/blob/main/devfile.yaml
doc: https://github.com/eclipse/che/blob/main/CONTRIBUTING.md#che-server-aka-ws-master
doc: https://github.com/eclipse/che/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: tests
Expand All @@ -25,7 +25,7 @@ repositories:
description: >-
Che server project repository
devfile: https://github.com/eclipse-che/che-server/blob/HEAD/devfile.yaml
doc: https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md#che-server-aka-ws-master
doc: https://github.com/eclipse/che/blob/HEAD/CONTRIBUTING.md
useCheReleaseLifecycle: true
components:
- name: dockerfiles
Expand All @@ -37,15 +37,15 @@ repositories:
description: >-
orchestrates the Che workspaces with devfiles on Kubernetes
- name: tests
url: https://github.com/eclipse/che/tree/master/tests
url: https://github.com/eclipse/che/tree/main/tests
description: >-
source code of our integration tests.
- url: https://github.com/che-incubator/chectl
name: chectl
description: >-
The CLI to install Che, create and start workspaces and devfiles
devfile: https://github.com/che-incubator/chectl/blob/master/devfile.yaml
doc: https://github.com/che-incubator/chectl/blob/master/CONTRIBUTING.md
devfile: https://github.com/che-incubator/chectl/blob/main/devfile.yaml
doc: https://github.com/che-incubator/chectl/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/che-incubator/che-code
name: che-code
Expand Down Expand Up @@ -77,22 +77,15 @@ repositories:
name: machine-exec
description: >-
Interface to execute tasks and terminals on other containers within a workspace.
devfile: https://github.com/eclipse-che/che-machine-exec/blob/master/devfile.yaml
doc: https://github.com/eclipse-che/che-machine-exec/blob/master/CONTRIBUTING.md
devfile: https://github.com/eclipse-che/che-machine-exec/blob/main/devfile.yaml
doc: https://github.com/eclipse-che/che-machine-exec/blob/main/CONTRIBUTING.md
useCheReleaseLifecycle: true
- url: https://github.com/eclipse-che/che-operator
name: operator
description: >-
Che operator to deploy, update and manage K8S/OpenShift resources of Che.
devfile: https://github.com/eclipse-che/che-operator/blob/master/devfile.yaml
devfile: https://github.com/eclipse-che/che-operator/blob/main/devfile.yaml
useCheReleaseLifecycle: true
- url: https://github.com/eclipse-che/che-plugin-broker
name: plugin-broker
description: >-
The workspace microservice that is in charge of analyzing, preparing and installing the workspace components defined in a Devfile.
devfile: https://github.com/eclipse-che/che-plugin-broker/blob/master/devfile.yaml
doc: https://github.com/eclipse-che/che-plugin-broker/blob/master/CONTRIBUTING.md
useCheReleaseLifecycle: false
- url: https://github.com/eclipse-che/che-plugin-registry
name: plugin-registry
description: >-
Expand Down Expand Up @@ -225,8 +218,3 @@ repositories:
description: >-
Devfile API library
useCheReleaseLifecycle: false
- url: https://github.com/che-incubator/devfile-api
name: devfile-api
description: >-
Devfile API library
useCheReleaseLifecycle: false

0 comments on commit 1021647

Please sign in to comment.