From 8bbe206f9ab05656ca5491145710ec81b271be88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= Date: Thu, 6 Jun 2024 17:26:32 +0100 Subject: [PATCH 1/2] add catalog info --- catalog-info.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..972782c --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,16 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: pytac + title: Pytac + description: Python Toolkit for Accelerator Controls + annotations: + backstage.io/techdocs-ref: dir:. + github.com/project-slug: DiamondLightSource/pytac + tags: + - python + - controls +spec: + type: library + lifecycle: production + owner: group:Accelerator Controls \ No newline at end of file From a30743eba83b2eea9fdb9438e870a9aeb3c42e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Malinowski?= Date: Thu, 6 Jun 2024 17:33:05 +0100 Subject: [PATCH 2/2] update the group ref --- catalog-info.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 972782c..a636102 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -13,4 +13,4 @@ metadata: spec: type: library lifecycle: production - owner: group:Accelerator Controls \ No newline at end of file + owner: group:accelerator-controls \ No newline at end of file