From 69f21631653057086be0b92093754571d6209ff4 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Wed, 30 Oct 2024 19:57:27 +0500 Subject: [PATCH] chore: add catalog-info.yaml file for release data and delete openedx.yaml file --- catalog-info.yaml | 12 ++++++++++++ openedx.yaml | 16 ---------------- 2 files changed, 12 insertions(+), 16 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 0000000..6497de6 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,12 @@ +# 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: 'edx-when' + description: "This repo contains start, end, and due dates for Courses and offers the functionality to have both absolute and relative dates." +spec: + owner: group:openedx-unmaintained + type: 'library' + lifecycle: '' \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 16b2ee7..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,16 +0,0 @@ -nick: edx-when -tags: - - tools - - library -oeps: - oep-2: true - oep-3: - state: false - reason: TODO - Implement for this application if appropriate - oep-5: - state: false - reason: TODO - Implement for this application if appropriate - oep-7: true # Python 3 - oep-18: true # make upgrade - oep-30: - state: true