Skip to content

Commit

Permalink
elasticsearch5: Remove package
Browse files Browse the repository at this point in the history
It's EOL
  • Loading branch information
adisbladis committed Sep 6, 2019
1 parent 0cce885 commit a870cad
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 124 deletions.
44 changes: 0 additions & 44 deletions pkgs/servers/search/elasticsearch/5.x.nix

This file was deleted.

43 changes: 0 additions & 43 deletions pkgs/servers/search/elasticsearch/es-classpath-5.x.patch

This file was deleted.

31 changes: 0 additions & 31 deletions pkgs/servers/search/elasticsearch/es-home-5.x.patch

This file was deleted.

6 changes: 0 additions & 6 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -2895,9 +2895,6 @@ in
elk6Version = "6.7.2";
elk7Version = "7.0.1";

elasticsearch5 = callPackage ../servers/search/elasticsearch/5.x.nix {
utillinux = utillinuxMinimal;
};
elasticsearch6 = callPackage ../servers/search/elasticsearch/6.x.nix {
utillinux = utillinuxMinimal;
};
Expand All @@ -2920,9 +2917,6 @@ in
elasticsearch = elasticsearch-oss;
}
);
elasticsearch5Plugins = elasticsearchPlugins.override {
elasticsearch = elasticsearch5;
};
elasticsearch6Plugins = elasticsearchPlugins.override {
elasticsearch = elasticsearch6-oss;
};
Expand Down

0 comments on commit a870cad

Please sign in to comment.