From 369bc8838c91e63c9c783c61ef4f78ccb5539208 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 24 Oct 2024 15:41:42 +0500 Subject: [PATCH] chore: Update catalog-info.yaml file for release data --- catalog-info.yaml | 13 +++++++++++++ openedx.yaml | 20 -------------------- 2 files changed, 13 insertions(+), 20 deletions(-) create mode 100644 catalog-info.yaml delete mode 100644 openedx.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 00000000..f0769e42 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,13 @@ +# This file records information about this repo. Its use is described in OEP-55: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055-proc-project-maintainers.html + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: 'sfe' + description: "The Open edx Enterprise Service app provides enterprise features to the Open edX platform" +spec: + owner: group:openedx-unmaintained + type: 'website' + lifecycle: '' + \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 41f4dc7a..00000000 --- a/openedx.yaml +++ /dev/null @@ -1,20 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# https://open-edx-proposals.readthedocs.io/en/latest/oep-0002-bp-repo-metadata.html - -nick: sfe -oeps: - oep-2: - state: True - oep-11: - state: True - reason: This repo uses the technology noted in this OEP - oep-7: - applicable: False - reason: This OEP discusses Python 3 migration and this repo does not use Python - oep-18: - applicable: False - reason: This OEP discusses Python dependency management and this repo does not use Python - oep-22: - applicable: False - reason: This OEP discusses Django Caching and this repo does not use Django -