With the removal of the go tools from the server build and package per SERVER-44763, it became clear that we will still need to ship a server side tools package for binaries like mongoldap and the compass-installer (see SERVER-45561).
However, we want our users to still be able to install the same "tools" package that they named before, and get the same contents.
This will require that we create a metapackage which depends on both the go tools and the renamed server tools package. This metapackage should have the same name as the current tools package.
- depends on
-
SERVER-45561 Rename package containing tools produced from the server repository
- Closed