Skip to content

Commit

Permalink
Remove duplicate meta file
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jun 27, 2023
1 parent 85f2a2b commit 5994bc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
27 changes: 0 additions & 27 deletions .meta

This file was deleted.

2 changes: 1 addition & 1 deletion HEADERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All files in opensearch-project should use [OpenSearch SPDX license](https://git


If files have any existing headers keep them and add OpenSearch SPDX license header on top.
_Example_: [Version.java](https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/Version.java) file has license header from Elasticsearch.
_Example_: [Version.java](https://github.com/opensearch-project/OpenSearch/blob/main/buildSrc/src/main/java/org/opensearch/gradle/Version.java) file has license header from Elasticsearch.
The existing license is not removed and OpenSearch SPDX license header is added on top of it.

### Automated License Headers' Checks
Expand Down
4 changes: 2 additions & 2 deletions META.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Managing OpenSearch Plugins

We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and OpenSearch Dashoards plugins as a set. There are three sets: [all plugins](.meta), [OpenSearch Plugins](plugins/.meta) and [OpenSearch Dashboards Plugins](dashboards-plugins/.meta). If you need a meta project for all components included in OpenSearch, see [project-meta](https://github.com/opensearch-project/project-meta).
We use [meta](https://github.com/mateodelnorte/meta) to manage OpenSearch and OpenSearch Dashoards plugins as a set. There are two sets: [OpenSearch Plugins](plugins/.meta) and [OpenSearch Dashboards Plugins](dashboards-plugins/.meta). If you need a meta project for all the repositories in the (opensearch-project organization](https://github.com/opensearch-project/), see [project-meta](https://github.com/opensearch-project/project-meta).

### Install GH

Expand Down Expand Up @@ -260,4 +260,4 @@ For each of `anomaly-detection`, `dashboards-reports`, and `index-management`, u

#### Update the Manifest

Ensure all plugins pass CI and the version increments have been merged. Add the remaining components to the manifest, e.g. [opensearch-build#1380](https://github.com/opensearch-project/opensearch-build/pull/1380).
Ensure all plugins pass CI and the version increments have been merged. Add the remaining components to the manifest, e.g. [opensearch-build#1380](https://github.com/opensearch-project/opensearch-build/pull/1380).

0 comments on commit 5994bc9

Please sign in to comment.