From f9609f1055028b6bf0cacb95f4b7be6d6c325716 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 16 Dec 2024 14:36:57 -0500 Subject: [PATCH] docs: Add a catalog file. Kyle will takeover ownership until we can drop this dependency from edx-platform. --- catalog-info.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..14d35f1 --- /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: + # (Required) Must be the name of the repo, without the owning organization. + name: 'karma-selenium-webdriver-launcher' +spec: + owner: user:kdmccormick + type: 'library' + lifecycle: 'deprecated' + subcomponentOf: 'edx-platform'