From 379a40d3d1867607ddcb0784aabbe88b073602da Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 24 Oct 2024 16:50:01 +0500 Subject: [PATCH] chore: Created catalog-info file and delete openedx.yaml file --- catalog-info.yaml | 14 ++++++++++++++ openedx.yaml | 5 ----- 2 files changed, 14 insertions(+), 5 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..d66e23a --- /dev/null +++ b/ catalog-info.yaml @@ -0,0 +1,14 @@ +# 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 +# +# If you're thinking about copying this, check out the sample file in the relevant ADR instead: +# https://open-edx-proposals.readthedocs.io/en/latest/processes/oep-0055/decisions/0001-use-backstage-to-support-maintainers.html#references + +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: Xblock-sql-grader +spec: + type: 'library' + lifecycle: 'production' + owner: 'group:openedx-unmaintained' \ No newline at end of file diff --git a/openedx.yaml b/openedx.yaml deleted file mode 100644 index 4089bfb..0000000 --- a/openedx.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# This file describes this Open edX repo, as described in OEP-2: -# http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification - -oeps: - oep-18: true