From 7be10feb3fba1899e29babd40916f6880c58a59a Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 8 Sep 2023 11:02:02 -0700 Subject: [PATCH 1/2] Add custom codecs repository to meta Signed-off-by: Sayali Gaikawad --- .gitignore | 1 + plugins/.meta | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 23c4d0f..33fb2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /ml-commons/ /geospatial/ /opensearch-oci-object-storage/ +.DS_Store \ No newline at end of file diff --git a/plugins/.meta b/plugins/.meta index 7da6a67..4edf242 100644 --- a/plugins/.meta +++ b/plugins/.meta @@ -19,6 +19,7 @@ "notifications": "git@github.com:opensearch-project/notifications.git", "neural-search": "git@github.com:opensearch-project/neural-search.git", "security-analytics": "git@github.com:opensearch-project/security-analytics.git", + "custom-codecs": "git@github.com:opensearch-project/custom-codecs.git", "oci-object-storage": "git@github.com:opensearch-project/opensearch-oci-object-storage.git" } } From 775409107103ab9bf4295723bbf8a812b9107a09 Mon Sep 17 00:00:00 2001 From: Sayali Gaikawad Date: Fri, 8 Sep 2023 11:07:47 -0700 Subject: [PATCH 2/2] Fix installation link Signed-off-by: Sayali Gaikawad --- META.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.md b/META.md index dad81d5..3058625 100644 --- a/META.md +++ b/META.md @@ -28,7 +28,7 @@ We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and Op ### Install GH -Install and configure GitHub CLI from [cli.github.com/manual/installation](https://cli.github.com/manual/installation). Authenticate with `gh auth login` and ensure that it works, e.g. `gh issue list`. +Install and configure GitHub CLI from [https://cli.github.com/manual/](https://cli.github.com/manual/). Authenticate with `gh auth login` and ensure that it works, e.g. `gh issue list`. ### Install Meta